- Notifications
You must be signed in to change notification settings - Fork5.5k
Closed
Description
I was earlier usingnotebook==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 withjupyter notebook. No special configs have been set.
When I create a file calledmy file.ipynb and:
- Download (gives 404):http://localhost:8888/files/my%2520file.ipynb?download=1
- View (works fine):http://localhost:8888/notebooks/my%20file.ipynb
In jupyter 6.0.3 - When I create a file calledmy file.ipynb and:
- Download (works fine):http://localhost:8888/files/my%20file.ipynb?download=1
- View (works fine):http://localhost:8888/notebooks/my%20file.ipynb
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-jupyterhttps://jupyter.org/try it works fine - It seems to be using 6.0.3