File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Installation
4
4
5
+ ### Jupyter Notebook
6
+
5
7
To install the widgets for the Jupyter Notebook with pip:
6
8
7
9
``` bash
8
- pip install itkwidgets imjoy-jupyter-extension
10
+ pip install ' itkwidgets>=1.0a5 ' imjoy-jupyter-extension
9
11
```
10
12
11
- For Jupyter Lab, additionally, run:
13
+ Then look for the ImJoy icon at the top in the Jupyter Notebook:
14
+
15
+ ![ ImJoy Icon in Jupyter Notebook] ( images/imjoy-notebook.png )
16
+
17
+ ### Jupyter Lab
18
+
19
+ For Jupyter Lab 3 run:
12
20
13
21
``` bash
14
- jupyter labextension install imjoy-jupyter -extension
22
+ pip install ' itkwidgets>=1.0a5 ' imjoy-jupyterlab -extension
15
23
```
16
24
17
25
Then look for the ImJoy icon at the top in the Jupyter Notebook:
18
26
19
- ![ ImJoy Icon in Jupyter Notebook ] ( images/imjoy-notebook .png )
27
+ ![ ImJoy Icon in Jupyter Lab ] ( images/imjoy-lab .png )
20
28
21
- Or Jupyter Lab:
29
+ ### Google Colab
22
30
23
- ![ ImJoy Icon in Jupyter Lab] ( images/imjoy-lab.png )
31
+ For Google Colab run:
32
+
33
+ ``` bash
34
+ pip install ' itkwidgets>=1.0a5'
35
+ ```
24
36
25
37
## Example Notebooks
26
38
@@ -33,7 +45,7 @@ git clone -b main https://github.com/InsightSoftwareConsortium/itkwidgets.git
33
45
Then navigate into the examples directory:
34
46
35
47
``` bash
36
- cd < path-to- itkwidgets> /examples
48
+ cd itkwidgets/examples
37
49
```
38
50
39
51
## Usage
You can’t perform that action at this time.
0 commit comments