voila-dashboards / voici

Voici turns any Jupyter Notebook into a static web application
https://voici.readthedocs.io/
Other
152 stars 8 forks source link

Support any kernel #2

Closed martinRenou closed 1 year ago

martinRenou commented 1 year ago

Problem

The kernel execution logic is hard-coded to use a Python kernel for now. We should instead use the kernel that is specified in the Notebook metadata.

martinRenou commented 1 year ago

I started working on this in https://github.com/martinRenou/voici/tree/any_kernel