voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.46k stars 504 forks source link

Switch to `voila` as a Jupyter Server `ExtensionApp` #955

Open jtpio opened 3 years ago

jtpio commented 3 years ago

Problem

With the ExtensionApp now part of the latest Jupyter Server stable releases since 1.0, we should switch voila to using it.

Proposed Solution

There has already been a couple of PRs for this:

We could pick the more recent PR, rebase it, fix conflicts and continue from there.

Or start from scratch with a new PR (since there are a lot of conflicts), adding everyone who contributed before to the commits as co-authors.

Additional Context

We can track that for the 0.3.0 since it will most likely introduce some breaking changes.

jtpio commented 3 years ago

cc @davidbrochart since you were the last one attempting such update, do you think it's better to pick up #592 or start over?

Also this is something that could be nice to have if we start having a fps plugin at some point: #977

davidbrochart commented 3 years ago

Given the amount of conflicts, I think it is better to start over.