"new cell" below or above not rendered properly in Safari and duck duck go
Description
using safari and duckduckgo in macOS (15.0), the button or shortcut key to add a new cell above or below does not result a new cell being added/rendered.
Reproduce
click on "+" or esc + b or c, in safari or duckduckgo browser, nothing happens, sometimes even refresh does not reveal the new cell..
Expected behavior
Context
OS = macOS 15.0 on M1 Safari = Version 18.0 (20619.1.26.31.6) duckduckGo = Version 1.99.0 (234) python = 3.12 jupyter nb = Version: 7.2.2
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.
See:
- https://github.com/jupyter/notebook/issues/7444
- https://github.com/jupyterlab/jupyterlab/issues/16373
Thank you for opening this issue @dxunix! As @krassowski has mentioned, there is a workaround suggested in https://github.com/jupyter/notebook/issues/7444#issuecomment-2313027207, and a fix for this is JupyterLab would also be available in Notebook 7.
Hrm this used to work in notebook 6, why change?