The repository of the course "Programming 1" at UNI Graz.
Course adapted from: https://github.com/gvasold/gdp21 by Gunter Vasold. All notebooks are in English.
To use the notebooks make sure you have installed:
- Python version 3.
- Jupyter. Install it via pip or conda (
pip install --user jupyterorconda install jupyterif you use Conda/Anaconda) - I suggest to also install jupyterlab, which is a more modern version of
jupyter notebook(which was installed automatically withjupyter):pip install --user jupyterlaborconda install jupyterlab.
Clone the repository from GitHub:
git clone https://github.com/lucijakrusic/IP23.gitThen change into IP23 directory and start the Jupyter server:
cd IP23jupyter notebookor, if you have installed jupyterlab:
jupyter-labThis will bring up your browser and will show you the contents of the IP23 directory.
Creative Commons Attribution 4.0 International