Fix opening files from the CLI#6946
Conversation
|
So the idea if that we should be able to open files from the CLI by using the existing |
|
cc @parmentelat if you want to try with the built artifacts: https://github.com/jupyter/notebook/actions/runs/5356963835?pr=6946 |
|
For reference
|
| extension_url = "/" | ||
| default_url = Unicode("/tree", config=True, help="The default URL to redirect to from `/`") | ||
| file_url_prefix = "/notebooks" | ||
| file_url_prefix = "/tree" |
There was a problem hiding this comment.
So the idea of using /tree is that there is already a redirect handler to open either with /edit or /notebooks:
Lines 127 to 160 in 7f1a2f4
Investigate ways to fix #6914