voila-dashboards / voici

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

Remove the automatic piplite installation part #7

Closed martinRenou closed 1 year ago

martinRenou commented 1 year ago

Problem

Currently, we execute some code at startup to automatically install packages https://github.com/voila-dashboards/voici/blob/main/voici/exporter.py#L130. I think this part should be removed, as it makes Voici completely dependent on pyolite which should not be the case. Voici should work with xeus-lua, xeus-python etc.