소스 검색

Update postBuild

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

+ 2 - 0
postBuild

@@ -2,6 +2,8 @@ conda update -n base conda
 conda update -y notebook
 conda update -y jupyterlab
 pip install ipywidgets
+conda install -c conda-forge texlive-core
+pip install --upgrade ruamel.yaml
 jupyter labextension update --all
 jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager
 jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplotlib