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
Hi,
I'm trying to use jupyverse to support server-side execution as reported in #279 and for motivations similar to jupyterlab/jupyterlab#2833.
Here my configuration, a very simple conda env (installed with "mamba create --name jupyter python=3.10") and then these packages installed using pip install --pre
I wonder if this should be a release blocker for 4.3.
I think it's expected to not work since the change in the stream output schema that we did in jupyter-ydoc and JupyterLab has not been taken into account in Jupyverse yet.
Hi,
I'm trying to use jupyverse to support server-side execution as reported in #279 and for motivations similar to jupyterlab/jupyterlab#2833.
Here my configuration, a very simple conda env (installed with "mamba create --name jupyter python=3.10") and then these packages installed using pip install --pre
Then I started jupyverse (on a remote server and I'm connecting to it from my laptop over internet) using:
jupyverse --host 0.0.0.0 --port 80 --set kernels.require_yjs=true --set jupyterlab.server_side_execution=true
But cells are not printed even when asking for a variable, see picture.
Here is the log on the terminal:
The text was updated successfully, but these errors were encountered: