-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove ipywidgets from matsuyama
lecture
#185
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kp992 I think we should just add no-execute
tags to this code and let people run this on their local machine if they want to. We can add a small note above the code.
@@ -809,11 +817,14 @@ def interact_attraction_basis(ρ=0.2, maxiter=250, npts=250): | |||
return None | |||
``` | |||
|
|||
```{code-cell} python3 | |||
```{code-cell} ipython3 | |||
:class: no-execute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mmcky is this correctly tagged? The build hangs again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kp992 the correct syntax is
:tags: [no-execute]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually :class: no-execute
should work.
I think the future is :tags: [skip-execution]
Let's leave this as is for now. Thanks @kp992
Remove ipywidgets from
matsuyama
lecture as it does not work with static pages and hangs the build.Related to #183