We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22945a commit 3086d54Copy full SHA for 3086d54
mitosheet/README.md
@@ -68,7 +68,7 @@ Furthermore, if the final `jlpm run watch` or `npm install` command fails, you m
68
If you are developing on the `mitosheet` package, you can also develop in a Jupyter Notebook. Simply run the comands:
69
70
```
71
-jupyter nbextension uninstall mitosheet # NOTE: not sure why this first is needed. Somehow, it gets installed in the setup.py...
+jupyter nbextension uninstall mitosheet
72
jupyter nbextension install --py --symlink --sys-prefix mitosheet
73
jupyter nbextension enable --py --sys-prefix mitosheet
74
0 commit comments