cloud
cloud copied to clipboard
bugs handling filenames with a question mark?
Scott Nietfeld has a file with this filename Lesson 1: What is the sum of a thousand random numbers?.ipynb.
- Opening the file fails.
- Downloading the file fails (giving an empty file!)
- Copying the file (which uses rsync) fails with a huge scary error.
that's still the case
- IPython -- still doesn't work; I think ?'s should be turned to %3F in the URL for ipython at least...
- ? in worksheets works fine now.
- Downloading files works mostly now -- NOT empty. However, the filename looses the ?, e.g.,
foo-?.sagewschanges tofoo-.sagews. - Copying (both within a project and between projects) works perfectly now.