You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,8 @@ When you click on the link, Binder launches 3D Slicer with SlicerJupyter extensi
19
19
20
20
### Setup
21
21
22
-
* Install Python and Jupyter notebook
23
-
* Install [Anaconda](https://www.anaconda.com/products/individual) (recommended) or any other Python distribution (see installation instructions [here](http://jupyter.org/install))
24
-
* You can choose any Python version and any bitness (Python 3, 64-bit is recommended)
25
-
* Adding Python to your PATH environment variable or registering as default Python is not required
26
22
* Install [3D Slicer](https://download.slicer.org/), start it, and install SlicerJupyter extension in its Extension Manager, restart 3D Slicer
27
-
* Install Python packages in 3D Slicer's Python console by copy-pasting these lines:
23
+
* Install Python packages **in 3D Slicer's Python console** by copy-pasting these lines:
* Click "Copy command to clipboard" to copy the kernel installation command to the clipboard
41
-
* Start a command prompt in the Python environment where Jupyter is installed, and paste and run the kernel installation command
42
-
* Install Python packages for dynamic Slicer views display by running these command in the installed Python environment: `python -m pip install jupyter ipywidgets pandas ipycanvas ipyevents`. For Jupyter lab, run these additional commands:
34
+
* Install a Python distribution and Jupyter
35
+
* Install [Anaconda](https://www.anaconda.com/products/individual) (recommended) or any other Python distribution (see installation instructions [here](http://jupyter.org/install))
36
+
* You can choose any Python version and any bitness (Python 3, 64-bit is recommended)
37
+
* Adding Python to your PATH environment variable or registering as default Python is not required
38
+
* Start a command prompt in the Python environment
39
+
* Install widget support by running these commands in the Python command prompt:
0 commit comments