Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
11 lines (10 sloc)
456 Bytes
This file contains 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 -c conda-forge jupyterlab nodejs | |
conda install ipywidgets | |
conda install -c plotly plotly-orca psutil | |
set NODE_OPTIONS=--max-old-space-size=4096 | |
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build | |
jupyter labextension install plotlywidget --no-build | |
jupyter labextension install @jupyterlab/plotly-extension --no-build | |
jupyter labextension install jupyterlab-chart-editor --no-build | |
jupyter lab build | |
set NODE_OPTIONS= |