notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Call to checkpoints every 2s

Open germandb opened this issue 2 years ago • 1 comments
trafficstars

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 image the same info with Jupyterlab image

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.

germandb avatar Aug 01 '23 09:08 germandb