1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-01-06 19:21:29 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Carlos A. Iglesias
7271b5e632
Update README.md
Added clone comment
2021-02-09 19:54:56 +01:00
Carlos A. Iglesias
bd99321d6b
Update README.md
Fixed a typo
2021-02-09 19:53:55 +01:00
Carlos A. Iglesias
91b8f66056
Update 1_1_Notebooks.ipynb
Changes URL for Anacoda
2021-02-09 19:53:14 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ Exercises for Intelligent Systems Course at Universidad Politécnica de Madrid,
For following this course:
- Follow the instructions to install the environment: https://github.com/gsi-upm/sitc/blob/master/python/1_1_Notebooks.ipynb (Just install 'conda')
- Download the course: use 'https://github.com/gsi-upm/sitc'
- Run in a terminal in the foloder sitc: jupyter notebook (and enjoy)
- Download the course: use 'https://github.com/gsi-upm/sitc' (or clone the repository to receive updates).
- Run in a terminal in the folder sitc: jupyter notebook (and enjoy)
Topics
* Python: quick introduction to Python

View File

@ -47,7 +47,7 @@
"metadata": {},
"source": [
"1. Install Anaconda \n",
"* Download the suitable version for your operating system of Python 3 at https://www.continuum.io/downloads\n",
"* Download the suitable version for your operating system of Python 3 at https://www.anaconda.com/products/individual\n",
"* Follow the installation instructions. In Linux/Mac, launch a terminal and execute the installer script.\n",
"2. [Optional, anaconda already installs jupyter] Install Jupyter http://jupyter.readthedocs.org/en/latest/install.html\n",
"* Launch a terminal and execute 'conda install jupyter'"