Skip to content

Commit

Permalink
touched up tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 20, 2024
1 parent 5a10fe5 commit 708af9b
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions tutorial/ais-pipelines-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,28 @@
"metadata": {},
"outputs": [],
"source": [
"python3 -m venv ~/git/pipelines-community/pipelines-tutorial.venv\n",
"python3 -m venv ~/git/pipelines-community/pipelines-tutorial.venv\n"
]
},
{
"cell_type": "markdown",
"id": "6595e4db",
"metadata": {},
"source": [
"Activate the virtual environment you just created. This step needs to be done every time you relaunch the tutorial notebook"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a6c114bc",
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"source ~/git/pipelines-community/pipelines-tutorial.venv/bin/activate"
]
},
Expand Down Expand Up @@ -202,7 +223,8 @@
"metadata": {},
"outputs": [],
"source": [
"pip install -r ~/git/pipelines-community/tutorial/requirements.txt"
"pip install -r ~/git/pipelines-community/tutorial/requirements.txt\n",
"python -m bash_kernel.install"
]
},
{
Expand Down

0 comments on commit 708af9b

Please sign in to comment.