Open
Description
Description
Seen on jupyter/notebook#7653
jupyter_server/jupyter_server/extension/serverextension.py
Lines 22 to 42 in 4ee6e1d
assumes that SYSTEM_CONFIG_PATH
is not empty, however it was allowed to be empty and now by default is empty on Windows starting with 5.8.0 release.
Reproduce
- Run on Windows with
jupyter-core
5.8.0 - Run
jupyter labextension list
Expected behavior
No error
Context
None