Skip to content
Snippets Groups Projects
Unverified Commit 2abce665 authored by Sebastian Schmitt's avatar Sebastian Schmitt Committed by GitHub
Browse files

Make python examples executable and add shebang (#1181)

parent bd331c6e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
import arbor
import pandas, seaborn
from math import sqrt
......
#!/usr/bin/env python3
import arbor
import pandas, seaborn # You may have to pip install these.
......
#!/usr/bin/env python3
import arbor
import seaborn
import pandas
......
#!/usr/bin/env python3
# NOTE: deprecating spherical roots changes the behavior of this model.
# There is no soma, because only the root sample has tag 1, which will be
# ignored as it is always the proximal end of any cable segment.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment