jupyter-ui
jupyter-ui copied to clipboard
Create the Jupyter session or server on-demand
Problem
User notes are opened in nbformat mode, and Jupyter session is established when the user runs the notes, so that you can not start Jupyter server when the page is loaded
Proposed Solution
Additional context
Hi @chenjpu Can you detail a bit more the issue? Are you willing to start a jupyter server from the ui? Or maybe start without, and then if needed, move the a cloud kernels. We have options for that, just want to understand a bit more your case.
Thank you for your reply. I hope to quickly open the notes to provide the user with a preview. When the user needs to run the note code, it provides the Jupyter environment. The user can still choose different environments, such as local resources, cloud resources, etc