postBuild 476 B

12345678910111213
  1. conda update -n base conda
  2. conda update -y notebook
  3. conda update -y jupyterlab
  4. pip install jupyter-server-proxy
  5. pip install mkdocs
  6. pip install mkdocs-material
  7. pip install mkdocs-jupyter
  8. pip install git+https://github.com/pycontribs/ruyaml.git
  9. pip install ipywidgets
  10. jupyter labextension update --all
  11. jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager jupyter-matplotlib
  12. pip install git+https://github.com/gbrault/jupytersketcher.git
  13. jupyter lab build