소스 검색

Create postBuild

Gilbert Brault 5 년 전
부모
커밋
11c84d2b92
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      postBuild

+ 8 - 0
postBuild

@@ -0,0 +1,8 @@
+conda update -n base conda
+conda update -y notebook
+conda update -y jupyterlab
+pip install ipywidgets
+jupyter labextension update --all
+jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager
+pip install git+https://github.com/gbrault/jupytersketcher.git
+jupyter lab build