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

Inject `nwbfile` code snippet in python console to ensure it also runs on juypyterlab #289

Open sanjayankur31 opened 2 years ago

sanjayankur31 commented 2 years ago

Currently we load nwbfile with the file being looked at. However, it'll be good to insert the command itself in the python console so that the script can then be used elsewhere also, like in the jupyterlab workspace on v2.

filippomc commented 2 years ago

Now the notebook file is always the same, whathever nwb file we open. Maybe we should create one notebook for each nwb file we open?