notebook
notebook copied to clipboard
Jupyter Interactive Notebook
issue: #7398 This pull request restore the close and shutdown confirmation dialog.
I checked the current issues and could not find a similar request: We would very much like to be able to export the output from a highlighted cell to PDF...
As noticed in https://github.com/jupyter/notebook/pull/7423 Notebook should also support the new changes related to the file browser filter which landed in https://github.com/jupyterlab/jupyterlab/pull/16446.  To be done after https://github.com/jupyter/notebook/pull/7423 is merged.
### Problem I would like the option to focus on the cell output after execution instead of jumping to the next cell. The two options I have now are to...
## Description Notebook v7 does not recognize LaTeX double backslash to create new line. I had to roll back to 6.5.6 for it to work. ## Reproduce 1. Open terminal...
Hello everyone. I recently had a problem with integrating JH with Keycloak using Helm chart. It’s been solved, thank you for that. The problem now is - after the login...
## Description I am running an accessibility test suite with Notebook UI using the **IBM Equal Access Accessibility Checker** tool on Chrome browser. The results look good overall, only a...
Steps to host Jpyter as web interface on Google, Mozilla etc.
Needs https://github.com/jupyterlab/jupyterlab/pull/16870 Closes https://github.com/jupyter/notebook/pull/7480 Fixes https://github.com/jupyter/notebook/issues/6396 [filebrowser-settings-notebook-lab.webm](https://github.com/user-attachments/assets/35a9e35e-d54a-473b-a7b8-d6a891fb3c03)
Fixes https://github.com/jupyter/notebook/issues/6396 Based on the upstream PR in JupyterLab: https://github.com/jupyterlab/jupyterlab/pull/16598 As with the other file browser settings, changing it here in Notebook modifies it in JupyterLab too. Ideally this should...