diff --git a/.binder/README b/.binder/README new file mode 100644 index 00000000000..d259c443c81 --- /dev/null +++ b/.binder/README @@ -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. \ No newline at end of file diff --git a/.binder/requirements.txt b/.binder/requirements.txt new file mode 100644 index 00000000000..8e8cbbd85c3 --- /dev/null +++ b/.binder/requirements.txt @@ -0,0 +1 @@ +qcodes \ No newline at end of file diff --git a/.binder/start b/.binder/start new file mode 100644 index 00000000000..9d0d2b1bef1 --- /dev/null +++ b/.binder/start @@ -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 "$@" \ No newline at end of file diff --git a/docs/binder/requirements.txt b/docs/binder/requirements.txt deleted file mode 100644 index bb116fcfe88..00000000000 --- a/docs/binder/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -# extra requirements for binder env -qcodes \ No newline at end of file