forked from microsoft/Qcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b54305a
commit 71f4dd5
Showing
4 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
qcodes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "$@" |
This file was deleted.
Oops, something went wrong.