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
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,15 @@ You can use this option for a quick start. No installation or setup is needed, j
15
15
16
16
When you click on the link, Binder launches 3D Slicer with SlicerJupyter extension on their cloud servers. Binder is a free service and server resources are quite limited. Also, there is no interactive access to the graphical user interface. Therefore, this option is only recommended for testing, demos, or simple computations or visualizations.
17
17
18
-
## Option 2. Run Slicer and Jupyter on your own computer
18
+
## Option 2. Run using docker on your computer
19
19
20
-
### Setup
20
+
- Install [docker](https://www.docker.com/)
21
+
- Run the docker image as described [here](https://github.com/Slicer/SlicerDocker/blob/master/README.rst#usage-of-slicer-notebook-image)
22
+
23
+
## Option 3. Install Slicer and Jupyter on your own computer
21
24
22
25
* Install [3D Slicer](https://download.slicer.org/), start it, and install SlicerJupyter extension in its Extension Manager, restart 3D Slicer
23
-
* Install Python packages **in 3D Slicer's Python console** by copy-pasting these lines:
26
+
* Install Python packages by copy-pasting these lines **in 3D Slicer's Python console**:
*If you don't have Python and Jupyter installed on your computer already, then install them by following the steps below. We will refer to this as the **External Python environment**.
35
38
* Install [Anaconda](https://www.anaconda.com/products/individual) (recommended) or any other Python distribution (see installation instructions [here](http://jupyter.org/install))
36
39
* You can choose any Python version and any bitness (Python 3, 64-bit is recommended)
37
40
* Adding Python to your PATH environment variable or registering as default Python is not required
38
41
* Start a command prompt in the Python environment
39
-
* Install widget support by running these commands in the Python command prompt:
42
+
* Install Jupyter widget support by running these commands in the **External Python environment**:
* Create a new notebook, selecting _Slicer 4.x_ kernel (for example, _Slicer 4.11_). Jupyter will open a new Slicer instance automatically when kernel start is requested. This Slicer instance will be automatically closed when kernel shutdown is requested.
0 commit comments