-
-
Notifications
You must be signed in to change notification settings - Fork 46
I was expecting /retro/tree/path/foo.ipynb to open the notebook directly #162
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Thanks @parmentelat. This should now have been fixed by #159. It hasn't been released yet, but you could use this Binder link to try the latest |
thank you @jtpio this is great ! :) may I push one step further and ask you about the ability to apply the same trick on jupytext notebooks ? this is an issue that I also experience with plain jupyterlab, as I just described in here I expect this to be less straightforward of an answer, let me know if you'd rather I open a new issue about that |
Soon for the
I think jupytext is out of scope for the retrolab project. It would be better to open a new issue on the jupytext repo directly: https://github.com/mwouts/jupytext Probably this could be implemented as a server extension. |
Closing as answered and fixed, thanks! |
thanks! |
Problem
I'm considering to use retrolab as a replacement to classic/ in an education-oriented tool, where the capability to open one specific notebook from the outside is paramount
pointing my browser at a URL starting with
retro/
I was expecting to be able to open a specific notebook directlylab/tree/path/foo.ipynb
doeswhat I observe is the part after
tree/
being ignored, i.e.retro/tree/path/foo.ipyn
behaves exactly likeretro/
is this a bug or by design ?
Proposed Solution
provide the same direct-access capability as vanilla jlab
Additional context
The text was updated successfully, but these errors were encountered: