Created
July 25, 2018 08:05
-
-
Save thomasaarholt/0e4eb167431e196e63dc6681eb9dbf8e to your computer and use it in GitHub Desktop.
Copypasta for installing juyterlab, ipywidgets and ipympl in a fresh environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Need nodejs version 9, not latest, as of July 2018 | |
conda install jupyterlab ipywidgets ipympl nodejs=9 | |
jupyter labextension install @jupyter-widgets/jupyterlab-manager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment