瀏覽代碼

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 .

部分文件因文件數量過多而無法顯示