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
Set an empty cell's type to 'Raw NBConvert' from the menu
Show raw cell format with 'View -> Cell Toolbar -> Raw Cell Format'
Select 'custom' in the cell toolbar
This makes a black overlay across the entire notebook, like a modal is going to open. But a modal never opens, and the notebook UI is inaccessible. I need to refresh page to fix this.
The text was updated successfully, but these errors were encountered:
onnodb
pushed a commit
to onnodb/notebook
that referenced
this issue
Apr 17, 2020
The modal dialog for entering a custom MIME type for a "Raw NBConvert"-
type cell was broken. This change to the JavaScript code makes the modal
dialog appear correctly again, as well as correctly disabling the
handling of key presses by the cell editor while the dialog is open.
This fixesjupyter#3255.
I also observed this issue today, both in version 6.0.3 and in the current master. As far as I can see, the issue is with the underlying JavaScript code. I've submitted a PR that addresses the issue, see #5385.
Notebook version: 5.3.1
How to reproduce:
This makes a black overlay across the entire notebook, like a modal is going to open. But a modal never opens, and the notebook UI is inaccessible. I need to refresh page to fix this.
The text was updated successfully, but these errors were encountered: