We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ebb0d commit f798773Copy full SHA for f798773
install.md
@@ -6,4 +6,9 @@
6
4. In the same terminal windows typing `jupyter notebook` will start the notebook server.
7
5. To get started with the dataset, follow the instructions in `1_frame_information.ipynb`.
8
9
-In case the interactive plots do not show up in the notebooks use: `jupyter nbextension install --py --sys-prefix k3d`
+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