Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Neurosift Python utility

This is a simple command-line utility used to view local NWB files using Neurosift.

Installation

pip install neurosift

Usage

neurosift view-nwb /path/to/file.nwb

This will open a web browser window with the Neurosift web app pointing to a symlinked copy of your file. You can then browse the file and visualize its contents.

When finished, you can stop the server by pressing Ctrl-C in the terminal window.