浏览代码

Add Binder files

Jeremy Tuloup 5 年之前
父节点
当前提交
f77ddec5f6
共有 3 个文件被更改,包括 10 次插入0 次删除
  1. 0 0
      README.md
  2. 9 0
      binder/environment.yml
  3. 1 0
      binder/postBuild

文件差异内容过多而无法显示
+ 0 - 0
README.md


+ 9 - 0
binder/environment.yml

@@ -0,0 +1,9 @@
+name: jupyterlab-debugger
+channels:
+- conda-forge
+dependencies:
+- jupyterlab=1.1
+- nodejs
+- notebook=6
+- ptvsd
+- xeus-python=0.6

+ 1 - 0
binder/postBuild

@@ -0,0 +1 @@
+jlpm && jlpm build && jupyter labextension install .

部分文件因为文件数量过多而无法显示