Skip to content

Commit

Permalink
add notebook to test navis on Google collaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 26, 2024
1 parent 023b0d0 commit f72d777
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions material/navis/navis_on_colab.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Using `Navis` on Google Collaboratory is super straight forward:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# First we need to install the navis package\n",
"!pip install navis -U"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Import and run some test code\n",
"import navis\n",
"\n",
"nl = navis.example_neurons(3, kind='skeleton')\n",
"nl"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit f72d777

Please sign in to comment.