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
Right now we render interactive examples from the docs, but there's no way to edit the source to see the output change. This is because the examples are all running server-side and we can't allow readers to run arbitrary code on the server.
Proposed Actions
Explore jupyterlite-sphinx as a way to run interactive examples client-side.