-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
.csv involuntarily converted to .xls #14702
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Thanks for opening this issue! This could be a MIME type issue with the file download; if the Have you tried this with JupyterLab 4.0? Does the problem still occur with this newer version? |
For context, the |
my handlers.py looks identical to the repo Using anaconda navigator, I was able to upgrade Jupyter Lab to version 3.6.3. The behavior persists |
Not reproducible on macOS with Lab 4.1.0. |
When I download from Jupyter Lab to my local machine, it involuntarily converts .csv files to .xls
This issue was previously closed on the premise the fault must lie with the browser
[(https://github.com//issues/8019)]
However, I have the same issue. It occurred after I switched from an older version of jupyter lab on WSL to a new installation on windows 11 native.
It does not happen when I download csv files from other web_apps and it occurs with both Chrome and Mozilla Firefox. The Firefox browser worked successfully with the previous version of jupyter lab
My jupyter lab version is 3.5.3 , distribution is through Anaconda Navigator.
Also, I do not believe this issue has anything to do with Microsoft Excel and the file associations. It is not prompted by any Excel interactions and it did not exist until I switched from one version of jupyter lab to another. Currently I need to open each download in notepad++ and save it in .csv format as a workaround
Also, is there a way to programmatically download from within the script
The text was updated successfully, but these errors were encountered: