postBuild 293 B

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