Source: emperor Version: 1.0.4+ds-2 Severity: normal X-Debbugs-Cc: [email protected]
jupyter-notebook 7 is now in experimental, and emperor shows autopkgtest failures with this version. The proximate issue is trying to install a nbextension by importing a method which no longer exists: =================================== FAILURES =================================== _________________________ TopLevelTests.test_nbinstall _________________________ [...] ImportError: cannot import name 'install_nbextension' from 'notebook' (/usr/lib/python3/dist-packages/notebook/__init__.py) but the deeper issue here is that the "classic" nbextension mechanism is no longer supported. It might be possible to continue to use it with `nbclassic` instead of `notebook`, or alternatively if upstream ports their extension to jupyterlab/notebook 7.

