Skip to content

Commit 97e986d

Browse files
committed
add thebelab
1 parent 39d0c76 commit 97e986d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/source/conf.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = "adaptive"
25-
copyright = "2018, Adaptive Authors"
25+
copyright = "2018-2019, Adaptive Authors"
2626
author = "Adaptive Authors"
2727

2828
# The short X.Y version
@@ -83,6 +83,12 @@
8383
pygments_style = "sphinx"
8484

8585

86+
jupyter_sphinx_thebelab_config = {
87+
"requestKernel": True,
88+
"binderOptions": {"repo": "python-adaptive/adaptive"},
89+
}
90+
91+
8692
# -- Options for HTML output -------------------------------------------------
8793

8894
# The theme to use for HTML and HTML Help pages. See the documentation for

0 commit comments

Comments
 (0)