Skip to content

Commit

Permalink
Update 00_about_the_course.ipynb
Browse files Browse the repository at this point in the history
added alternate instructions for running course in Jupyter Lab or VSCode.
  • Loading branch information
brianhmiller committed May 28, 2024
1 parent d8c7876 commit 4a748fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/00_about_the_course.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"3. I would recommend creating a `virtual environment` to install the dependencies: `python -m venv .venv`\n",
"4. Activate virtual environment: On Windows `.venv\\Scripts\\activate` and on Linux `source .venv/bin/activate`\n",
"5. Install all the dependencies in the virtual environment: `pip install -r requirements.txt`\n",
"6. Run Jupyter Lab: `jupyter lab`"
"6. Run [Jupyter Lab](https://jupyterlab.readthedocs.io/en/latest/) or open in [Visual Studio Code](https://code.visualstudio.com/docs/datascience/jupyter-notebooks)"
]
},
{
Expand Down

0 comments on commit 4a748fa

Please sign in to comment.