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
I have defined JUPYTER_CONFIG_DIR which points to a directory which is read only. When migration.py tries to "touch" a marker file, it fails. This makes placing your config file in a read-only location not possible (such as inside a container).
I have defined
JUPYTER_CONFIG_DIR
which points to a directory which is read only. When migration.py tries to "touch" a marker file, it fails. This makes placing your config file in a read-only location not possible (such as inside a container).Please refer to this line:
jupyter_core/jupyter_core/migrate.py
Line 247 in b129001
My suggestion is to instead just silently fail if not possible to write.
The text was updated successfully, but these errors were encountered: