You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was earlier using notebook==6.0.3 and have recently shifted to notebook==6.1.3.
I find that with the newer version, when I try to download files with spaces - it fails witha 404 error.
I run jupyter notebook with jupyter notebook. No special configs have been set.
I was earlier using
notebook==6.0.3
and have recently shifted tonotebook==6.1.3
.I find that with the newer version, when I try to download files with spaces - it fails witha 404 error.
I run jupyter notebook with
jupyter notebook
. No special configs have been set.When I create a file called
my file.ipynb
and:In jupyter 6.0.3 - When I create a file called
my file.ipynb
and:It looks like when we download a file with spaces in it - the URL is different now (it has a extra %25 in it)
The same issue occurs if the folder has spaces instead of the file
NOTE: When I try this on try-jupyter https://jupyter.org/try it works fine - It seems to be using 6.0.3
The text was updated successfully, but these errors were encountered: