TKT 4196

Online Course Material

View the Project on GitHub jochenkohler/TKT4196_material

Cheat sheet

Install the required packages first using this guide.

The, you find some simple routines to get you started

1. Open terminal and activate the course environemnt:

Open the terminal on your computer:

Activate our conda environment called tktpy:

$ conda activate tktpy

2. Start Spyder:

In order to start spyder, just type:

$ spyder

Now the terminal window is “occupied” to let spyder run. If you want to do something else in parallel, open another terminal Tab or Window.

3. Start Jupyter Notebook:

In order to start Jupyter Notebook, just type:

$ jupyter notebook

Now the terminal window is “occupied” to let Jupyter Notebook run. If you want to do something else in parallel, open another terminal Tab or Window.