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.
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.