postBuild 411 B

12345678910
  1. conda update -n base conda
  2. conda update -y notebook
  3. conda update -y jupyterlab
  4. pip install ipywidgets
  5. pip install --upgrade ruamel.yaml
  6. jupyter labextension update --all
  7. jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager
  8. jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplotlib
  9. pip install git+https://github.com/gbrault/jupytersketcher.git
  10. jupyter lab build