Skip to content

lucijakrusic/IP23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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/IP23.git

Then change into IP23 directory and start the Jupyter server:

cd IP23
jupyter notebook

or, if you have installed jupyterlab:

jupyter-lab

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

License

Creative Commons Attribution 4.0 International

About

Intro to Programming WS23/24

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published