OpenSourceBrain / OSBv2

An updated version of the Open Source Brain platform
https://www.v2.opensourcebrain.org/
Other
11 stars 6 forks source link

Plots not showing inside NWB Widgets on v2 #646

Closed pgleeson closed 1 year ago

pgleeson commented 1 year ago

No plot e.g. with Ferguson data when NWBWidgets displayed on v2:

Screenshot 2022-12-07 at 18 15 14

Same nwb file on http://nwbexplorer.opensourcebrain.org:

Screenshot 2022-12-07 at 18 14 32

May be related to formatting issue here: https://github.com/OpenSourceBrain/OSBv2/issues/526

filippomc commented 1 year ago

working on v2dev

SimaoBolota-MetaCell commented 1 year ago
+SUCCESSFUL TESTS

v2 dev

Steps to reproduce:

  1. Open a workspace
  2. Open workspace with NWB Explorer
  3. On the python console, run show()
  4. Expand and view the plots

NWB Explorer plots are now displayed when using the Python console

https://user-images.githubusercontent.com/99416933/213747430-3907de7c-45a0-4f07-8960-faa9f354d56b.mov

pgleeson commented 1 year ago

Looks good!