MetaCell / nwb-explorer

NWB Explorer is a web application to visualise and analyse the content of NWB:N 2 files
Other
23 stars 16 forks source link

Prototype UI integration with Jupyter widget #173

Open filippomc opened 4 years ago

filippomc commented 4 years ago

The idea behind is to allow NWB jupyter widgets visualizations to be used as visualizer for nwb types. With this integration, the NWB Explorer will greatly expand the support on NWB types. Jupyter widgets should be exported to be used outside a jupyter notebook context.

filippomc commented 4 years ago

proof of concept: very simple integration showing a box with whatever is coming from the jupyter widget

pgleeson commented 4 years ago

@filippomc Is this live on staging?

filippomc commented 4 years ago

@pgleeson this is not live as it's not really workable, but you can try on branch sprint-9-poc. The solution is based on jupyter widgets html embedding: https://ipywidgets.readthedocs.io/en/latest/embedding.html#python-interface

Problems to solve:

filippomc commented 4 years ago

moved back to backlog.

pgleeson commented 4 years ago

No problem, just saw it closed and checking...

filippomc commented 4 years ago

Yes thanks was a mistake. Caught the occasion to write something to plan the next moves :)