DistrictDataLabs / cultivar

Multidimensional data explorer and visualization tool.
http://trinket.districtdatalabs.com
Apache License 2.0
52 stars 18 forks source link

iPython Notebook Download #15

Closed bbengfort closed 8 years ago

bbengfort commented 9 years ago

Provide the ability to access a dataset from an iPython notebook (e.g. pd.read_trinket(url) or something like that) and furthermore, allow the download of an iPython notebook that sets up a basic analysis for the user.

One idea here is to simply use the Django template engine to write various information into the JSON of a Jupyter notebook then send it to download.

bbengfort commented 8 years ago

We've moved past this feature.