latinet:unicaes:start
This is an old revision of the document!
UNICAES Python Workshop - 2022-09-01
Rolf Becker, Clein Sarmiento, 2022-09-01
![]() |
Fig.: Import antigravity. Source: https://xkcd.com/353/ |
Preparation
- Install the Anaconda Python Data Science Suite
- Download the zip file with the workshop code
Code Snippets to Handle the Conda Environment
I extended the list of software packages to be installed to run all provided workshop examples.
Mac and Linux users just open a standard terminal. On Windows open the Anaconda Powershell prompt.
Execute the following code:
# create conda environment conda create -c conda-forge -n unicaes jupyterlab ipywidgets numpy pandas scipy scikit-learn matplotlib plotly seaborn # activate conda environment conda activate unicaes # start Jupyter-Lab (<Ctrl>-C in the terminal to exit jupyter-lab) jupyter-lab # remove environment (in case you want to delete it) # conda env remove -n unicaes
Video Recordings (unfortunately with very bad sound quality)
- Part 1: https://youtu.be/3x-HB5OIHwg
- Part 2: https://youtu.be/eLAwMHvp8EE
latinet/unicaes/start.1662142711.txt.gz · Last modified: 2023/01/05 14:38 (external edit)