Skip to content

Commit

Permalink
Enable live demo environment
Browse files Browse the repository at this point in the history
  • Loading branch information
teibit committed Jun 28, 2020
1 parent 1de3457 commit aa101bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
8 changes: 7 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@
jupyter_sphinx_thebelab_config = {
'requestKernel': True,
'binderOptions': {
'repo': "binder-examples/requirements",
'repo': "xarray-events/docs/requirements",
},
'kernelOptions': {
'kernelName': "python3",
},
'codeMirrorConfig': {
'theme': "default"
}
}

# Add any paths that contain templates here, relative to this directory.
Expand Down
16 changes: 0 additions & 16 deletions docs/source/tutorials/sports_data/raw_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,6 @@ following attributes:
Code
++++

<script type="text/x-thebe-config">
{
requestKernel: true,
binderOptions: {
repo: "xarray-events/docs/requirements",
ref: "master",
},
kernelOptions: {
kernelName: "python3",
},
codeMirrorConfig: {
theme: "default"
}
}
</script>

The described dataset can be built as follows:

.. jupyter-execute:: raw_data.py
Expand Down

0 comments on commit aa101bf

Please sign in to comment.