danielfrg / mkdocs-jupyter

Use Jupyter Notebook in mkdocs
https://mkdocs-jupyter.danielfrg.com
Apache License 2.0
362 stars 45 forks source link

Deprecation warning (soon breaking) #165

Closed ldeluigi closed 9 months ago

ldeluigi commented 10 months ago
File "/usr/local/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 89, in deprecation
    warnings.warn(message, DeprecationWarning, stacklevel=stacklevel + 1)
  File "/usr/local/lib/python3.11/site-packages/jupyter_client/connect.py", line 20, in 
    from jupyter_core.paths import jupyter_data_dir, jupyter_runtime_dir, secure_write

INFO    -  DeprecationWarning: warning_filter doesn't do anything since MkDocs 1.2 and will be removed soon. All messages on the `mkdocs` logger get counted automatically.
  File "/usr/local/lib/python3.11/site-packages/mkdocs_print_site_plugin/plugin.py", line 10, in <module>
    from mkdocs.utils import write_file, copy_file, get_relative_url, warning_filter
  File "/usr/local/lib/python3.11/site-packages/mkdocs/utils/__init__.py", line 453, in __getattr__
    warnings.warn(
danielfrg commented 9 months ago

I don't think this is coming from this lib. We dont use the warning_filter function AFAIK.

Please re-open if I am wrong.