-
Notifications
You must be signed in to change notification settings - Fork 217
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
jupyter python2 notebook may truncate in firefox #1537
Comments
Interesting: the |
My latest commit seems to fix this -- it's just a worse hack... |
I see, the commit was reverted. |
NOTE: I've completely disabled Jupyter + firefox for now. |
As with #1650, I'm marking this blocked until the next release of Firefox (after 51.0.1). |
I just tested in Firefox 52.0, getting around the FF block on .ipynb by overriding the user agent setting. Bug is still there, i.e. opening the test notebook mentioned above in FF results in truncation - in fact it is even worse, in that none of the test notebook is visible on opening the file. Character count of |
process: reassigning to @williamstein because it looks as if this issue will unblock when some work in progress with Jupyter is completed. |
Closing this in favor of #1754, where Firefox will work perfectly. |
Reported on sage-cloud mailing list here, including zip file: https://groups.google.com/d/msg/sage-cloud/b8tgmK8gZ14/5eFs9HFaEQAJ
To reproduce:
Skill4.zip
into an SMC project and unzipwc -c Skill-04-ReadWriteFiles.ipynb
; file length should be 20693Skill-04-ReadWriteFiles.ipynb
__Using np.savetxt to Write Data Files ... __
wc -c Skill-04-ReadWriteFiles.ipynb
and note file length is now 4202Error seen on opening
Skill-04-ReadWriteFiles.ipynb
in firefox:Workaround 1 - use Google Chrome at least once
Skill-04-ReadWriteFiles.ipynb
by unzipping againSkill-04-ReadWriteFiles.ipynb
in chromewc -c Skill-04-ReadWriteFiles.ipynb
now gives length 13384Workaround 2 - convert to .sagews:
Skill-04-ReadWriteFiles.ipynb
by unzipping againsmc-ipynb2sagews Skill-04-ReadWriteFiles.ipynb
Skill-04-ReadWriteFiles.sagews
and work with sagewsThe text was updated successfully, but these errors were encountered: