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 notebook 7 and encounter that when I open a notebook every 2 seconds, a call like this http://localhost:10000/api/contents/work/test.ipynb/checkpoints?1690882333842 is made to the checkpoints endpoint.
The notebook is not actually saved, and no checkpoint gets created.
This doesn't happen when you open the same notebook with Jupyterlab.
The network tab in dev tools with notebook 7
the same info with Jupyterlab
Reproduce
Use docker run -p 10000:8888 jupyter/base-notebook:notebook-7.0.0 for start a new jupyter server
go to http://localhost:10000/tree
create a new notebook
open the network tab
the calls to checkpoints start to appear
Expected behavior
That works like in Jupyterlab, only the sessions and kernels calls are made
Context
Docker image jupyter/base-notebook:notebook-7.0.0
Browser: Edge Versión 115.0.1901.188
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter notebook` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.
The text was updated successfully, but these errors were encountered:
Description
Hi, I'm trying notebook 7 and encounter that when I open a notebook every 2 seconds, a call like this http://localhost:10000/api/contents/work/test.ipynb/checkpoints?1690882333842 is made to the checkpoints endpoint.
The notebook is not actually saved, and no checkpoint gets created.
This doesn't happen when you open the same notebook with Jupyterlab.
The network tab in dev tools with notebook 7
the same info with Jupyterlab
Reproduce
Use
docker run -p 10000:8888 jupyter/base-notebook:notebook-7.0.0
for start a new jupyter servergo to http://localhost:10000/tree
create a new notebook
open the network tab
the calls to checkpoints start to appear
Expected behavior
That works like in Jupyterlab, only the sessions and kernels calls are made
Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: