-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Backport of "Allow empty notebook" (#13141) #13296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport of "Allow empty notebook" (#13141) #13296
Conversation
|
Thanks for making a pull request to jupyterlab! |
* Allows empty notebook * Modify command insertBelow and insertAbove, allow activeCell None in NotebookAdapter and NotebookTrustStatus * Fixes integrity check and linting * Add cell when the notebook is empty in non collaborative mode * Fixes notebook tests * Improves adding a new cell when the notebook is empty in non collaborative mode * Adds a message to the notebook, just in case we end with an empty notebook * Review * Fixes
b9bd913 to
7597c85
Compare
|
Is this ready for review? |
|
Great! |
hbcarlos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @martinRenou. LGTM!
There are some errors on the dev console but they are not related to this PR. I already opened a PR to fix them here #13308
fcollonval
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @martinRenou
Backport of #13141