You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: