-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joni Herttuainen
committed
Mar 26, 2024
1 parent
890c06e
commit bd5c098
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
:maxdepth: 2 | ||
|
||
Home <self> | ||
notebooks | ||
api | ||
changelog | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Notebooks | ||
========= | ||
|
||
There is a collection of ``jupyter`` notebooks covering most of the use cases. | ||
|
||
Circuit | ||
------- | ||
Covers basic circuit usage. | ||
|
||
- :notebooks_source:`01_circuits` | ||
- :notebooks_source:`02_node_populations` | ||
- :notebooks_source:`03_node_properties` | ||
- :notebooks_source:`04_edge_properties` | ||
|
||
Simulation | ||
---------- | ||
Covers basic simulation usage. | ||
|
||
- :notebooks_source:`05_simulations` | ||
- :notebooks_source:`06_spike_reports` | ||
- :notebooks_source:`07_frame_reports` | ||
|
||
|
||
Advanced | ||
-------- | ||
Covers more advanced use cases. | ||
|
||
- :notebooks_source:`08_nodesets`: How to take full advantage of node sets | ||
- :notebooks_source:`09_node_queries`: Different node queries | ||
- :notebooks_source:`10_edge_queries`: Different edge queries based on node properties | ||
- :notebooks_source:`11_iter_connections`: Efficient querying on large edge collections |