Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add swc/morph tutorial #385

Merged
merged 3 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions tutorials/01_morph_neurons.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -447,16 +447,8 @@
"id": "eaa8df17-6f25-46a8-98d1-d28eb778780a",
"metadata": {},
"source": [
"Congrats! You have just run your first morphologically detailed neuron simulation in `Jaxley`. We suggest to continue by learning how to [build networks](). If you are only interested in single cell simulations, you can directly jump to learning how to [modify parameters of your simulation]()."
"Congrats! You have just run your first morphologically detailed neuron simulation in `Jaxley`. We suggest to continue by learning how to [build networks](02_small_network.ipynb). If you are only interested in single cell simulations, you can directly jump to learning how to [modify parameters of your simulation](03_setting_parameters.ipynb). If you want to simulate even more detailed morphologies that are too complex to define by hand checkout our tutorial on [working with detailed morphologies](08_importing_morphologies.ipynb)."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d949d33b-2517-4ccb-ae77-fcbba72f1905",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading
Loading