Skip to content

Commit

Permalink
tutorial update
Browse files Browse the repository at this point in the history
  • Loading branch information
philzook58 committed Jan 21, 2025
1 parent 1d259b4 commit 0a44dbd
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"This tutorial can be used online at \n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://colab.research.google.com/github/philzook58/knuckledragger/blob/main/tutorial.ipynb)\n",
"\n",
"Running the following cell will install Knuckledragger on your collab instance."
"The documentation for knuckledragger is available [here](https://www.philipzucker.com/knuckledragger/)\n",
"\n",
"Running the following cell will install Knuckledragger on your colab instance."
]
},
{
Expand All @@ -24,8 +26,41 @@
"source": [
"%%bash\n",
"git clone https://github.com/philzook58/knuckledragger.git\n",
"cd knuckledragger\n",
"python3 -m pip install -e ."
"cd knuckledragger"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": [
"test_skip"
]
},
"outputs": [],
"source": [
"!python3 -m pip install -e ."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"You may need to restart your colab instance to get the installation to take. You can do so in the menu or by running the following cell."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": [
"test_skip"
]
},
"outputs": [],
"source": [
"import os\n",
"os.kill(os.getpid(), 9)"
]
},
{
Expand Down

0 comments on commit 0a44dbd

Please sign in to comment.