Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 713 Bytes

tutorial-4-neurodynlib.rst

File metadata and controls

18 lines (12 loc) · 713 Bytes

4 - Using neurodynlib

Neurodynlib tutorials are composed as Jupyter Notebooks. You can find the notebooks in the Brain Simulation Platform. If you want to play around with the models, copy the notebooks to your own collab.

If you have installed CxSystem2 locally, the tutorial notebooks are also available in the cxsystem2.neurodynlib submodule under the folder tutorial. In the terminal, write

cd /path_to_CxSystem2/cxsystem2/neurodynlib/tutorial/
jupyter notebook

If you don't have jupyter, you can install it by typing pip install jupyter.