|
|
|
|
|
by ylian
4220 days ago
|
|
That is a good idea. IPython Notebook was another inspiration for Quiver. Since Quiver uses an simple JSON format for data files, it's easy to write a script to convert IPython notebooks to Quiver notebooks. I don't yet have importer scripts, but I have written some exporter scripts here, and you get the idea. https://github.com/HappenApps/Quiver/wiki/Export-Scripts |
|
https://gist.github.com/anabranch/09c421e3ff13e1245316
This basically just splits it on ```code``` blocks and only supports python at the moment, but could be a resource for others.