jupyter-ui icon indicating copy to clipboard operation
jupyter-ui copied to clipboard

Create the Jupyter session or server on-demand

Open chenjpu opened this issue 11 months ago • 2 comments

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

chenjpu avatar Mar 01 '24 05:03 chenjpu

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.

echarles avatar Apr 14 '24 07:04 echarles

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

chenjpu avatar Apr 16 '24 01:04 chenjpu