-
Notifications
You must be signed in to change notification settings - Fork 62
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
Remove redirect from /notebooks to /files #235
Remove redirect from /notebooks to /files #235
Conversation
Thank you so much for digging into this and making this PR, @mwouts! |
You're welcome @yuvipanda ! Thank you in return for your own help. And actually I would have been completely clueless without @GeorgianaElena's comment - she was the one who spotted the issue - Thank you both! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thx @mwouts @yuvipanda @GeorgianaElena
Oops, I have approved too quickly. I have tested the branch on my local env and the
Can you check if this could come from the changes of this PR? |
I have double checked with @ericsnekbytes who has worked recently on the tests part of nbclassic, and it looks like the failures are encountered in other PRs under flaky circunstances. I will merge. Thx all. |
Thank you @echarles . Sorry I gave a try to the testing system but that was all very new to me so I did not get very far (but the journey looked very interesting!). Thank you for merging! |
Sorry to ask - but any chance of a release with this fix? @mwouts kindly wrote up a workaround that I am using, but it would be good to go back to a released version. |
@matthew-brett thx for asking. Sure, I will plan a release for tomorrow and will let you know when it is done. |
Thanks much! |
@matthew-brett nbclassic 0.5.5 is released, hope it works for you. |
Thank you @echarles . I confirm that the new release works for me. The corresponding change on my Binder configuration is this one: https://github.com/mwouts/jupytext/pull/1056/files |
This redirect causes an issue with the Jupytext extension, see mwouts/jupytext#1051.
Because of the redirect, text notebooks are downloaded in
nbclassic
, while the expected behavior would be to have them open as notebooks.@jtpio do you think the redirect is still needed? I have made a quick test locally which seemed to suggest that it was not (I could click on the Edit button and get the text file open in the text editor - but that was with Jupytext installed).