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.
version_info
1 parent 882da27 commit 45036bdCopy full SHA for 45036bd
notebook/__init__.py
@@ -2,7 +2,7 @@
2
3
from typing import Any
4
5
-from ._version import __version__ # noqa: F401
+from ._version import __version__, version_info # noqa: F401
6
7
8
def _jupyter_server_extension_paths() -> list[dict[str, str]]:
0 commit comments