postBuild 453 B

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