You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note is sure where this warning is being thrown from:
../../../micromamba-root/envs/test/lib/python3.8/site-packages/jupyter_client/connect.py:27
/home/runner/micromamba-root/envs/test/lib/python3.8/site-packages/jupyter_client/connect.py:27: DeprecationWarning: Jupyter is migrating its paths to use standard platformdirs
given by the platformdirs library. To remove this warning and
see the appropriate new directories, set the environment variable
`JUPYTER_PLATFORM_DIRS=1` and then run `jupyter --paths`.
The use of platformdirs will be the default in `jupyter_core` v6
from jupyter_core.paths import jupyter_data_dir
The text was updated successfully, but these errors were encountered:
Note is sure where this warning is being thrown from:
The text was updated successfully, but these errors were encountered: