-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
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
Jupyter --paths incorrect output #228
Comments
Can you use the --debug switch to see why it is giving those paths? |
I think what's happening is the cwd is being picked up at runtime but not via jupyter_core/jupyter_core/application.py Line 72 in e69a436
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
jupyter --paths
outputs:Surprisingly, if you have a file named
/path/to/user/jupyter_notebook_config.py
it get's used too! I'm not sure if this is a bug in the output of--paths
or a bug in which files should be used for config (or if this a bug in jupyter_server).The text was updated successfully, but these errors were encountered: