Skip to content

Commit

Permalink
Add .binder to contain requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhotiaharshit committed Mar 18, 2020
1 parent b54305a commit 71f4dd5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .binder/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This directory holds configuration files for https://mybinder.org/.

The notebooks that comprise the documentation can be accessed with this link:
https://mybinder.org/v2/gh/qcodes/qcodes/master?filepath=docs


To check out a different version, just replace "master" with the desired
branch/tag name or commit hash.
1 change: 1 addition & 0 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
qcodes
4 changes: 4 additions & 0 deletions .binder/start
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
# https://mybinder.readthedocs.io/en/latest/config_files.html#start-run-code-before-the-user-sessions-starts
export MY_DUMMY_VARIABLE="Hello from .binder/start!"
exec "$@"
2 changes: 0 additions & 2 deletions docs/binder/requirements.txt

This file was deleted.

0 comments on commit 71f4dd5

Please sign in to comment.