Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.46 KB

README.md

File metadata and controls

64 lines (43 loc) · 1.46 KB

ccf-widget

Jupyter ipywidget to interactively explore the Allen Mouse Brain Common Coordinate Framework v3, plot dynamic markers, or cell representations. Couple with the nwb-jupyter-widgets for an understanding of electrophysiology.

Binder

ccfwidget

Installation

pip install ccfwidget

Usage

In Jupyter:

from ccfwidget import CCFWidget
ccf = CCFWidget()
ccf

Examples on Binder:

Additional examples:

Troubleshooting

With the error:

[...]
IOPub message rate exceeded.
[...]

Start jupyter with the flag:

jupyter notebook --NotebookApp.iopub_msg_rate_limit=1e12

Hacking

Contributions are welcome and appreciated.

To install an editable build:

python3 -m pip install flit
flit install --symlink