You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conf.py
+5-4
Original file line number
Diff line number
Diff line change
@@ -54,17 +54,16 @@
54
54
'sphinx.ext.intersphinx',
55
55
'sphinx.ext.extlinks',
56
56
'nbsphinx',
57
-
"jupyter_sphinx.embed_widgets",
58
57
]
59
58
60
59
# NBSphinx
61
60
nbsphinx_prolog="""
62
61
{% set docname = env.doc2path(env.docname, base=None) %}
63
62
64
-
You can run this notebook online in a |Binder| session or view it `on Github <https://github.com/MolSSI/QCArchiveExamples/blob/master/{{ docname }}>`_.
63
+
You can run this notebook online in a `Binder <https://mybinder.org/v2/gh/MolSSI/QCArchiveExamples/master?urlpath=lab/tree/{{ docname }}>`_
64
+
session or view it `on Github <https://github.com/MolSSI/QCArchiveExamples/blob/master/{{ docname }}>`_.
0 commit comments