Skip to content

The repository of the course "Advanced programming - Techniques and Practices" at UNi Graz, summer semester 22/23

Notifications You must be signed in to change notification settings

lucijakrusic/programming2SS23

Repository files navigation

programming2SS23

The repository of the course "Advanced programming - Techniques and Practices" at UNi Graz, summer semester 22/23

It will contain all Jupyter Notebooks and example data that we will use during the course. All notebooks will be in English.

Usage

To use the notebooks make sure you have installed:

  • Python version 3.
  • Jupyter. Install it via pip or conda (pip install --user jupyter or conda install jupyter if you use Conda/Anaconda)
  • I suggest to also install jupyterlab, which is a more modern version of jupyter notebook (which was installed automatically with jupyter): pip install --user jupyterlab or conda install jupyterlab.

Clone the repository from GitHub:

git clone https://github.com/lucijakrusic/programming1WS22.git

Then change into programming1WS22 directory and start the Jupyter server:

cd programming1WS22
jupyter notebook

or, if you have installed jupyterlab:

jupyter-lab

This will bring up your browser and will show you the contents of the programming2SS23 directory.

License

All notebooks are licensed under CC BY-NC-SA 4.0.

About

The repository of the course "Advanced programming - Techniques and Practices" at UNi Graz, summer semester 22/23

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors