Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

1
1

examples.rst 295 B

1234567891011121314151617
  1. ****************
  2. Examples
  3. ****************
  4. .. currentmodule:: neo
  5. Introduction
  6. =============
  7. A set of examples in :file:`neo/examples/` illustrates the use of Neo classes.
  8. .. literalinclude:: ../../examples/read_files.py
  9. .. literalinclude:: ../../examples/simple_plot_with_matplotlib.py