Created
February 17, 2020 18:56
-
-
Save EtsuNDmA/f30f5c7ea44196a95213552925364539 to your computer and use it in GitHub Desktop.
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
conda install -y nodejs | |
pip install ipympl | |
pip install --upgrade jupyterlab | |
jupyter labextension install @jupyter-widgets/jupyterlab-manager | |
jupyter labextension install jupyter-matplotlib | |
jupyter nbextension enable --py widgetsnbextension | |
# then use magic %matplotlib widget |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment