Skip to content

Commit

Permalink
Merge pull request #63 from dave3d/ExampleBug
Browse files Browse the repository at this point in the history
BUG: missing new lines
  • Loading branch information
dave3d committed Feb 28, 2024
2 parents 8ae389f + d6f939d commit a36f4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Isosurface.ipynb
Expand Up @@ -33,8 +33,8 @@
"!{sys.executable} -m pip install SimpleITK\n",
"!{sys.executable} -m pip install simpleitkutilities\n",
"!{sys.executable} -m pip install vtk\n",
"!{sys.executable} -m pip install itkwidgets",
"!{sys.executable} -m pip install pydicom"
"!{sys.executable} -m pip install itkwidgets\n",
"!{sys.executable} -m pip install pydicom\n"
]
},
{
Expand Down

0 comments on commit a36f4f0

Please sign in to comment.