Skip to content

Commit

Permalink
Add learn more section
Browse files Browse the repository at this point in the history
  • Loading branch information
ackurth-nc committed Sep 20, 2022
1 parent 0440871 commit 5ab2673
Showing 1 changed file with 22 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x7fd7950fbdc0>]"
"[<matplotlib.lines.Line2D at 0x7f8225e65cd0>]"
]
},
"execution_count": 19,
Expand Down Expand Up @@ -1731,13 +1731,13 @@
{
"cell_type": "code",
"execution_count": 36,
"id": "375476d5",
"id": "92cee6ee",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.legend.Legend at 0x7fd7955cbd90>"
"<matplotlib.legend.Legend at 0x7f822639bee0>"
]
},
"execution_count": 36,
Expand Down Expand Up @@ -1768,6 +1768,25 @@
"plt.plot(lags, ac_fct_lif_critical, label='Floating point model')\n",
"plt.legend()"
]
},
{
"cell_type": "markdown",
"id": "f142a6bd",
"metadata": {},
"source": [
"## How to learn more?\n",
"\n",
"#### Follow the links below for deep-dive tutorials on the concepts in this tutorial:\n",
"- [Processes](../in_depth/tutorial02_processes.ipynb \"Tutorial on Processes\")\n",
"- [ProcessModel](../in_depth/tutorial03_process_models.ipynb \"Tutorial on ProcessModels\")\n",
"- [Connections](../in_depth/tutorial05_connect_processes.ipynb \"Tutorial on Connecting Processe\")\n",
"- [Execution](../in_depth/tutorial04_execution.ipynb \"Tutorial on Executing Processes\")\n",
"- [SubProcessModels](../in_depth/tutorial06_hierarchical_processes.ipynb) or [Hierarchical Processes](../in_depth/tutorial06_hierarchical_processes.ipynb)\n",
"\n",
"If you want to find out more about Lava, have a look at the [Lava documentation](https://lava-nc.org/ \"Lava Documentation\") or dive into the [source code](https://github.com/lava-nc/lava/ \"Lava Source Code\").\n",
"\n",
"To receive regular updates on the latest developments and releases of the Lava Software Framework please subscribe to the [INRC newsletter](http://eepurl.com/hJCyhb \"INRC Newsletter\")."
]
}
],
"metadata": {
Expand Down

0 comments on commit 5ab2673

Please sign in to comment.