davidbrochart / jupyspace

MIT License
7 stars 0 forks source link

Jupyverse install and launch strategies #6

Open davidbrochart opened 1 year ago

davidbrochart commented 1 year ago

Currently, JupySpace installs Jupyverse in every environment, and launches it in a subprocess. This changes the environment, and put some requirements on it. Maybe Jupyverse could be installed in a separate environment, and this same Jupyverse could be launched for every environment. Also, maybe Jupyverse could run concurrently in the same event loop as JupySpace.