Skip to content

Add support for running a real Jupyter notebook cell in a Livemark page #237

@augusto-herrmann

Description

@augusto-herrmann

Overview

It would be awesome to be able to add a Jupyter notebook cell as a section of a Livemark page. The user could edit the contents of the cell and execute the cell to see the results. It would be very useful not only for data analysis but also for writing software documentation. Imagine using this for demonstrating how to use a Frictionless Data Package, or for creating a data visualization where the user can edit the code to modify the chart.

Support for a single executable cell is being worked on in JupyterLite. Using a Pyodide kernel, this can be run on the browser, statically hosted, without a back-end. It would be nice to be able to configure the Python packages required for running the cell.

This is related to #236, but rather than a REPL prompt, it would appear as an editable notebook cell and its output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew functionality

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions