We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Here are some issues reported targeting notebook 7:
The text was updated successfully, but these errors were encountered:
Just for reference: What needs to be done on the nbdime side here?
Sorry, something went wrong.
As notebook v7 is using the JupyterLab command defined there:
nbdime/packages/labextension/src/plugin.ts
Line 212 in 2f856da
The issue comes from the isEnabled logic and the addition of the widget to the shell:
isEnabled
Line 225 in 2f856da
As it will be a no-op in notebook v7: https://github.com/jupyter/notebook/blob/29d665dbac144d143d843168da9823cab6498b0a/packages/application/src/shell.ts#L318
There are ways to now if the extension is running within JupyterLab or Notebook:
app.name
Those could be used to tune the command behavior.
Related issue opened in notebook : jupyter/notebook#7134
No branches or pull requests
Here are some issues reported targeting notebook 7:
The text was updated successfully, but these errors were encountered: