AllenInstitute / openscope_databook

OpenScope databook: a collaborative, versioned, data-centric collection of foundational analyses for reproducible systems neuroscience 🐁🧠🔬🖥️📈
https://alleninstitute.github.io/openscope_databook
Other
62 stars 19 forks source link

Remove extraneous output from publish notebook #356

Closed rcpeene closed 2 months ago

rcpeene commented 5 months ago

Notebooks such as this one https://alleninstitute.github.io/openscope_databook/first-order/test_2p_responses.html have cells full of 'warning' outputs that obstruct the educational content of the book and look bad. I should figure out a way to eliminate these.

rcpeene commented 5 months ago

will probably use this https://stackoverflow.com/questions/40105796/turn-warning-off-in-a-cell-jupyter-notebook

rcpeene commented 2 months ago

Done. Error outputs are turned off at the beginning of notebooks in the environment setup cell.