Browse Source

Add Binder files

Jeremy Tuloup 5 years ago
parent
commit
f77ddec5f6
3 changed files with 10 additions and 0 deletions
  1. 0 0
      README.md
  2. 9 0
      binder/environment.yml
  3. 1 0
      binder/postBuild

File diff suppressed because it is too large
+ 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 .

Some files were not shown because too many files changed in this diff