-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cell output not preserved even when server-side execution is enabled #339
Comments
It looks like you do not have the latest |
There is also https://github.com/datalayer/jupyter-server-nbmodel as an alternative. You do not need to install all of |
Well, how silly of me ;) However,
Should I be installing some other dependencies with Thanks for the super fast reply! |
|
Indeed, I'll have to update jupyverse to support latest pycrdt. |
Fixed in the most recent jupyverse release. Closing. |
Description
Hi,
I saw #279, and was eager to use it on my system with motivations similar to the one in jupyterlab/jupyterlab#2833.
However, cell output does not get preserved even when following the instructions in the PR.
I show below how to replicate with a docker container, but I actually have the same issue on my host machine (without docker).
Reproduce
Open a new docker image with
docker run -it --rm -p 80:80 debian:testing
and run the following
Got to the jupyter URL, create a new notebook with content
and run the cell. Save, close and re-open the tab. The output is not updated after opening the new tab.
It may not be relevant, but I also noted that the html output is not exactly the same as in the video in #279:
[ ]
next to the second cell while it runs, while I have[*]
as in jupyterlabExpected behavior
Something similar to the video in #279
Context
The text was updated successfully, but these errors were encountered: