浏览代码

added mkdocs for mybinder

Gilbert Brault 5 年之前
父节点
当前提交
7fb9aafa4e
共有 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 jupyter-server-proxy
+pip install mkdocs
+pip install mkdocs-material
 pip install git+https://github.com/pycontribs/ruyaml.git
 pip install ipywidgets
 jupyter labextension update --all