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

Allow users to launch JupyterHub or a BinderHub session with book content and the current page active #1643

Open
choldgraf opened this issue Nov 15, 2024 · 0 comments · May be fixed by jupyter-book/myst-theme#503
Assignees
Labels
enhancement New feature or request

Comments

@choldgraf
Copy link
Collaborator

choldgraf commented Nov 15, 2024

Jupyter Book allows you to generate a 'launch' button that brings you into an interactive session provided by Binder or JupyterHub. For any pages that are backed by a notebook (.ipynb or a MyST notebook), the button points to the cloud service providing computation, and will load the environment + the content of the current page as an interactive notebook.

This is not the same thing as launching a Thebe session, it involves directing the user to a full Jupyter interface that is run via Binder or JupyterHub.

User story

As a reader, I want to be able to click a button on a MyST page that launches a Jupyter session and redirects the user to it, and opens the current page of content with a live kernel.

References

@choldgraf choldgraf added the enhancement New feature or request label Nov 15, 2024
@choldgraf choldgraf moved this to Needed for beta in Jupyter Book MVP Nov 15, 2024
@agoose77 agoose77 self-assigned this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants