Skip to content

ipynb endpoint suitable for use with Colab #16

Description

@joefutrelle

This feature would add an endpoint that returns a Jupyter notebook containing code to access specific data types / data sets and perform analysis and plotting on them.

Code templates could be defined for various analysis / plotting workflows and languages.

The UI could generate links to this endpoint based on user choices of language, data type, specific datasets, and language preference (Python or R).

To work with Colab, the endpoint should take parameters in the URL and respond to GET requests, and return the .ipynb file.

Jupyter notebooks are stored as JSON and can be programmatically constructed using the nbformat library.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions