We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b9556 commit 4ec1daaCopy full SHA for 4ec1daa
jupyter_server/prometheus/metrics.py
@@ -16,8 +16,8 @@
16
17
18
if (
19
- notebook_version_info is not None # No notebook package found
20
- and notebook_version_info < (7,) # Notebook package found, is version 6
+ notebook_version_info is not None # No notebook package found
+ and notebook_version_info < (7,) # Notebook package found, is version 6
21
# Notebook package found, but its version is the same as jupyter_server
22
# version. This means some package (lookin at you, nbclassic) has shimmed
23
# the notebook package to instead be imports from the jupyter_server package.
0 commit comments