Jason Weill
Jason Weill
I'm working on adding the `toc-extension` package to the retrolab monorepo, as that seems to be highly requested as a first extension. There are a substantial amount of dependencies on...
The [Jupyter Notebook security docs](https://jupyter-notebook.readthedocs.io/en/latest/security.html) suggest that JupyterLab also makes a menu option in the File menu available for trusting an untrusted notebook. Will there be a separate PR for...
This will be available in Notebook 7.
This was also seen in #12764.
Triage notes: @jtpio This could be related to changes made in more recent versions.
Using the `master` branch of JupyterLab on macOS 12.4 with npm 6.14.15 (admittedly a much older version) I was able to run `npm install` without an issue. I'm also using...
@davidbrochart has a PR that may be related: https://github.com/jupyterlab/jupyterlab/pull/12756 There is also an issue involving blank cells and notebook trust: https://github.com/jupyterlab/jupyterlab/issues/9765 (thanks @krassowski).
Extensions can provide syntax formatting in code mirror. This might be achievable in a short extension. See also #10095.
This error has also been seen in #11934. Can you attach an example notebook that produces this error consistently?
On my local JupyterLab instance, I monitored calls to this same API and found that some had `connections: 1` and some had `connections: 0`. What is the effect of having...