yt-project / widgyts

Widgets for yt
https://widgyts.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 10 forks source link

DocumentFactory and the variable mesh datasets #69

Open matthewturk opened 3 years ago

matthewturk commented 3 years ago

Jupyterlab provides an extremely rich set of methods for interacting with and providing document information. This includes having documents be registered and displayed in a persistent manner.

This is something we should certainly explore for widgyts. It would require implementing a document factory, a document widget, and a model, but this is possible with our existing widgets, etc.

matthewturk commented 3 years ago

I've started exploring some of this with #73 . I think the better match might be the @jupyterlab/running and @jupyterlab/running-extension` packages.