The observable-jupyter project is very cool and I just wanted to show off a couple of examples and get some feedback or advice. The example use Google Colab to run some data processing/analysis in Python and then visualize the data using ObservableHQ within the notebook. This should be useful for cases where Jupyter widgets are not supported such as Google Colab.
- Scatterplot on Deck.gl
- Observable Scatterplot Template: this notebook includes a scatterplot with placeholder data
- Google Colab Notebook: this Jupyter notebook runs on Google Colab, generates some two-dimensional data, and passes the data to observable-jupyter which renders a scatterplot of this data.
- Clustergrammer-gl heatmap
- this template notebook visualizes gene expression data and performs enrichment analysis
- this Google Colab notebook loads a gene expression dataset and passes it to the template notebook to visualize
Does anyone know if there is a way to generate a new Observable notebook from this output (e.g. the template notebook with the new data)?

