Skip to content
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

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Remove ipywidgets from matsuyama lecture #185

merged 4 commits into from
Nov 25, 2024

Conversation

kp992
Copy link
Collaborator

@kp992 kp992 commented Nov 24, 2024

Remove ipywidgets from matsuyama lecture as it does not work with static pages and hangs the build.

Related to #183

@kp992 kp992 requested a review from mmcky November 24, 2024 22:57
@github-actions github-actions bot temporarily deployed to commit November 24, 2024 23:05 Inactive
Copy link
Contributor

@mmcky mmcky left a 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.

@github-actions github-actions bot temporarily deployed to commit November 25, 2024 00:41 Inactive
@@ -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
Copy link
Collaborator Author

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.

Copy link
Contributor

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]

Copy link
Contributor

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

@github-actions github-actions bot temporarily deployed to commit November 25, 2024 04:50 Inactive
@mmcky mmcky merged commit c343b54 into main Nov 25, 2024
6 checks passed
@mmcky mmcky deleted the i-183-1 branch November 25, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants