-
Notifications
You must be signed in to change notification settings - Fork 10
Description
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
Labels
Type
Projects
Status