Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 419 Bytes

index.md

File metadata and controls

13 lines (12 loc) · 419 Bytes

Recipe

conda create -n lab python=3.6 -y
source activate lab
conda install ipywidgets=7.1.2 -c conda-forge -y
pip install nglview==1.1.2
nglview enable # might need this to enable nglview-js-widgets extension for notebook
conda install jupyterlab=0.31.12 -y -c conda-forge
jupyter-labextension install @jupyter-widgets/jupyterlab-manager@0.33.2
jupyter-labextension install nglview-js-widgets@1.1.2