trungleduc / jupyter_app_launcher

A JupyterLab extension to create custom launcher entries.
https://jupyter-app-launcher.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
53 stars 11 forks source link

Feature request: open Notebook without making a copy #23

Closed AHarouni closed 8 months ago

AHarouni commented 1 year ago

I managed to use the open existing notebook using type : notebook it creates a new notebook for me and I can run it. However, since it creates a copy of the notebook all the links and images are broken as my notebook is in another sub folder. I could have fixed with the cmd option to launch from a certain subfolder. unfortunately it is disabled

I guess the ask can be simpler if we can just add links/shortcuts to open existing notebooks from subfolders instead of copying then launching.

trungleduc commented 1 year ago

Thanks for your feedback, can you close the issues which are resolved?

trungleduc commented 8 months ago

Due to the limit of the Jupyter server, opening a notebook located outside of the root path of the server is not allowed.