Skip to content

Commit f798773

Browse files
Update install.md
1 parent 32ebb0d commit f798773

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

install.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@
66
4. In the same terminal windows typing `jupyter notebook` will start the notebook server.
77
5. To get started with the dataset, follow the instructions in `1_frame_information.ipynb`.
88

9-
In case the interactive plots do not show up in the notebooks use: `jupyter nbextension install --py --sys-prefix k3d`
9+
In case the interactive plots do not show up in the notebooks use:
10+
```
11+
jupyter nbextension install --py --sys-prefix k3d
12+
jupyter nbextension enable --py --sys-prefix k3d
13+
jupyter labextension install k3d
14+
```

0 commit comments

Comments
 (0)