What compression use a sws worksheet file?
(I remember reading about it but could find again.)
(I remember reading about it but could find again.)
It's a tar.bz2 file. You can decompress and unpack a worksheet like so:
tar xvjf Interval_Notation.sws
results in a directory called sage_worksheet
with contents:
drwxr-xr-x 7 ? staff 238 Jun 21 10:15 cells
-rw-r--r-- 1 ? staff 6032 Feb 21 2011 worksheet.html
-rw------- 1 ? staff 6062 Feb 21 2011 worksheet.txt
-rw-r--r-- 1 ? staff 169 Feb 21 2011 worksheet_conf.pickle
It's a bzip2'ed file - apparently a tar.bz2
file, to be precise. See http://ask.sagemath.org/question/961/large-worksheet-upload-to-notebook, among others.
You can also use the unix file
command to investigate if you don't know.
% file zemek.sws
zemek.sws: bzip2 compressed data, block size = 900k
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-06-21 11:48:00 +0100
Seen: 904 times
Last updated: Jun 21 '12
disabling WYSIWYG for text cell in a worksheet
v4.5.2 Upgrade Breaks Notebook, "got EOF subprocess must have crashed..."
Can you "stop publishing" a previously published worksheet?
Large worksheet upload to notebook
Notebook List Object Data Storage/Retrieval? (Start/Restart)
Short Cython Example In A Notebook Cell?
What happens in insecure mode?
Is notebook() mutually-exclusive from "./sage -gdb" mode?
Can I pause a computation rather than aborting it? (Interrupt Command)