Bläddra i källkod

Merge pull request #7766 from mgeier/doc-binder

DOC: Add README for Binder config files
Steven Silvester 5 år sedan
förälder
incheckning
95671a0cb2
2 ändrade filer med 17 tillägg och 0 borttagningar
  1. 15 0
      binder/README
  2. 2 0
      binder/requirements.txt

+ 15 - 0
binder/README

@@ -0,0 +1,15 @@
+This directory holds configuration files for https://mybinder.org/.
+
+A Binder instance can be launched by visiting this URL:
+
+https://mybinder.org/v2/gh/jupyterlab/jupyterlab/master?urlpath=lab-dev
+
+To check out a different version, just replace "master" with the desired
+branch/tag name or commit hash.
+
+Please note that this setup is developer focused.
+For a more user-focused Binder use this URL:
+
+https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo/Lorenz.ipynb
+
+If there is an error with the launched application, you can browse to the ` `/edit/jupyterlab-dev.log` url to see the server logs.

+ 2 - 0
binder/requirements.txt

@@ -1 +1,3 @@
 jupyter-server-proxy
+matplotlib
+vega-datasets