Skip to content

Commit

Permalink
Update examples/how_to/get_started.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
chrishalcrow and zm711 authored Mar 15, 2024
1 parent d2c06ab commit f3330c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/how_to/get_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@
import spikeinterface.curation as scur
import spikeinterface.widgets as sw

# Alternatively, we can import all submodules at once which
# Alternatively, we can import all submodules at once with `import spikeinterface.full as si` which
# internally imports core+extractors+preprocessing+sorters+postprocessing+
# qualitymetrics+comparison+widgets+exporters
# qualitymetrics+comparison+widgets+exporters. In this case all aliases in the following tutorial
# would be `si`
#
# This is useful for notebooks, but it is a heavier import because internally many more dependencies
# are imported (scipy/sklearn/networkx/matplotlib/h5py...)
Expand Down

0 comments on commit f3330c6

Please sign in to comment.