Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 920 Bytes

demos.rst

File metadata and controls

39 lines (29 loc) · 920 Bytes

NEMS Demos

Demo scripts

The NEMS/scripts/ folder contains a number of files demo_*.py that illustrate different aspects of working with NEMS. A good place to start is demo_script.py.

Demo Notebooks

These demos are formatted as Jupyter notebooks. There are two ways to run them. One is to launch your preferred Python environment with NEMS installed. Then cut/paste code from the pages below into your Python console.

An alternative is to copy the notebooks from nems/docs/source/demos/ to a working directory and open them using Jupyter Notebooks/Jupyter Lab. More information on using Jupyter here: https://jupyter.org/

.. toctree::
    :maxdepth: 1

    demo_nems
    demo_xforms
    demo_basic_xform
    demo_xforms_compact
    demo_xforms_tf
    demo_pop
    demo_state_pop

NWB Stuff

.. toctree::
    :maxdepth: 1

    demo_working_with_nwb_files