diff --git a/docs/conf.py b/docs/conf.py index 36d4ea2..e346519 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,6 +78,12 @@ "add-og-title-to-home.js", ] +# Jupyter sphinx configs +jupyter_sphinx_thebelab_config = { + 'requestKernel': True, +} +jupyter_sphinx_require_url = '' + # -- DocSearch configs ----------------------------------------------------- docsearch_app_id = "CJEHOB5X2Y" docsearch_api_key = "e467f62765922e10749dec55f81a0a76"