mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Expose version_info
(#7273)
This commit is contained in:
parent
882da27432
commit
f2ee4ba2c5
@ -2,7 +2,7 @@ from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
||||
from ._version import __version__ # noqa: F401
|
||||
from ._version import __version__, version_info # noqa: F401
|
||||
|
||||
|
||||
def _jupyter_server_extension_paths() -> list[dict[str, str]]:
|
||||
|
Loading…
Reference in New Issue
Block a user