Skip to content

Commit b06c548

Browse files
committed
MAINT: adding interactivity with binder
1 parent afb40e7 commit b06c548

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

myst.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ project:
77
keywords: [astronomy]
88
authors: [IRSA Scientists and Developers]
99
github: https://github.com/Caltech-IPAC/irsa-tutorials/
10+
jupyter:
11+
binder:
12+
repo: https://github.com/Caltech-IPAC/irsa-tutorials/
13+
url: https://mybinder.org
1014
settings:
1115
output_matplotlib_strings: remove
1216
extends:

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ commands =
7575
# Status check is a workaround until https://github.com/jupyter-book/mystmd/issues/2113 is fixed
7676
buildhtml: bash -c "jupyter-book build --execute --html 2>&1 | tee /tmp/mystbuild.log"
7777
buildhtml: bash -c "if grep -q 'Traceback .most recent call last.' /tmp/mystbuild.log; then exit 1; fi"
78-
buildhtml: bash -c "rm _build/html/*thebe*.js"
7978

8079
pip_pre =
8180
predeps: true

0 commit comments

Comments
 (0)