Skip to content

Commit

Permalink
Remove unused link, trailing whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
carschno committed Aug 5, 2024
1 parent a76ad4e commit 10b2482
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Setup
### Installing Python

[Python][python] is a popular language for scientific computing, and a frequent choice
for machine learning as well.
for machine learning as well.
To install Python, follow the [Beginner's Guide](https://wiki.python.org/moin/BeginnersGuide/Download) or head straight to the [download page](https://www.python.org/downloads/).

Please set up your python environment at least a day in advance of the workshop.
Expand Down Expand Up @@ -68,7 +68,6 @@ dl_workshop\Scripts\activate

Remember that you need to activate your environment every time you restart your terminal!


3. Install the required packages:

::: spoiler
Expand Down Expand Up @@ -163,16 +162,8 @@ Alternatively you can use [Google colab](https://colab.research.google.com/). If

Download the [weather dataset prediction csv][weatherdata] and [Dollar street dataset (4 files in total)][dollar-street]

[anaconda]: https://www.anaconda.com/products/individual
[anaconda-distribution]: https://www.anaconda.com/products/distribution
[dollar-street]: https://zenodo.org/api/records/10970014/files-archive
[jupyter]: http://jupyter.org/
[jupyter-install]: http://jupyter.readthedocs.io/en/latest/install.html#optional-for-experienced-python-developers-installing-jupyter-with-pip
[python]: https://python.org
[video-mac]: https://www.youtube.com/watch?v=TcSAln46u9U
[video-windows]: https://www.youtube.com/watch?v=xxQ0mzZ8UvA
[penguindata]: https://zenodo.org/record/3960218/files/allisonhorst/palmerpenguins-v0.1.0.zip?download=1
[weatherdata]: https://zenodo.org/record/5071376/files/weather_prediction_dataset_light.csv?download=1
[weatherbbqdata]: https://zenodo.org/record/4980359/files/weather_prediction_bbq_labels.csv?download=1


0 comments on commit 10b2482

Please sign in to comment.