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? 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
This check :
nbclassic/nbclassic/__init__.py
Lines 45 to 46 in 3ebe3d7
Notebook
>= 7
Running :
pip install "jupyterlab<4" pip install "notebook<7" jupyter server extension list
raises :
File "/home/brichet/miniconda3/envs/nbclassic-test/lib/python3.10/site-packages/nbclassic/__init__.py", line 46, in <module> assert NotebookIPythonHandler.__name__ == "JupyterHandler" AssertionError
which is logic because the following command works :
Lines 12 to 13 in 3ebe3d7
Maybe a test on the notebook version is missing ?
notebook
If this is the desired behavior this issue should be opened in JupyterLab 3.4.x to pin the nbclassic version <0.4.0.
JupyterLab 3.4.x
nbclassic
<0.4.0
The text was updated successfully, but these errors were encountered:
Thx for reporting. We have been discussing that in #120 (comment)
I have opened a fix on #122
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This check :
nbclassic/nbclassic/__init__.py
Lines 45 to 46 in 3ebe3d7
Notebook
is not installed or in a version>= 7
.Running :
raises :
which is logic because the following command works :
nbclassic/nbclassic/__init__.py
Lines 12 to 13 in 3ebe3d7
Maybe a test on the
notebook
version is missing ?If this is the desired behavior this issue should be opened in
JupyterLab 3.4.x
to pin thenbclassic
version<0.4.0
.The text was updated successfully, but these errors were encountered: