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
Running some tests in jupyterlab_server, I get the following deprecation warning:
\jupyter_server\utils.py:146: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
Import jupyter_server.utils in CPython 3.10.1.
jupyter_server.utils
No deprecation warning 😉
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Running some tests in jupyterlab_server, I get the following deprecation warning:
Reproduce
Import
jupyter_server.utils
in CPython 3.10.1.Expected behavior
No deprecation warning 😉
The text was updated successfully, but these errors were encountered: