Vasco Tenner
Vasco Tenner
This PR adds support for gziped pickles, see also #28 Usage: `%%cache test.pkl.gz vars` Thanks to @dimatura for writing the code
With %%cache one can specifiy in which files the caching is done. One can also select files that are in another directory than $pwd. However, these pathspec cannot contain spaces....
Is it possible to install NoteHighlight2016 on a windows 10 installation withouth administrator rights?
Twin axis
Is it possible to create overlays with two y-axis (a left and a right axis)? With matplotlib this is possible with ax1.twinx(). Twin axes are currently not supported bit yet....
Added requirements to setup.py, related to #43
Currently velocity_params cannot be set from python 3. I hope to fix this this week.