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 00789bc commit db89eecCopy full SHA for db89eec
jupyter_server/prometheus/metrics.py
@@ -12,7 +12,10 @@
12
except ImportError:
13
notebook_version_info = None
14
15
+
16
if notebook_version_info is not None and notebook_version_info < (7,):
17
+ print("yes, we think we have an unshimmed notebook package")
18
+ print(notebook_version_info)
19
# Jupyter Notebook v6 also defined these metrics. Re-defining them results in a ValueError,
20
# so we simply re-export them if we are co-existing with the notebook v6 package.
21
# See https://github.com/jupyter/jupyter_server/issues/209
0 commit comments