latinet:unicaes:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
latinet:unicaes:start [2022/09/02 20:18] – [Video Recordings (unfortunately with very bad sound quality)] rolf001 | latinet:unicaes:start [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
====== UNICAES Python Workshop - 2022-09-01 ====== | ====== UNICAES Python Workshop - 2022-09-01 ====== | ||
- | Rolf Becker, | + | **Workshop by Clein Sarmiento |
+ | **[[: | ||
+ | |||
+ | |||
+ | | {{ : | ||
+ | | Fig.: Great audience! :-) | | ||
+ | |||
+ | ===== Import Antigravity ===== | ||
| {{https:// | | {{https:// | ||
| Fig.: **Import antigravity**. \\ Source: https:// | | Fig.: **Import antigravity**. \\ Source: https:// | ||
+ | |||
===== Preparation ===== | ===== Preparation ===== | ||
* Install the **[[https:// | * Install the **[[https:// | ||
- | * Download | + | * Download **{{: |
+ | ===== Code Snippets to Handle the Conda Environment ===== | ||
+ | |||
+ | This code is to be executed in a terminal. 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: | ||
+ | |||
+ | <code bash> | ||
+ | # create conda environment including installation of all necessary packages | ||
+ | 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 (< | ||
+ | jupyter-lab | ||
+ | |||
+ | # leave conda envoronment and change to the base (default) environment | ||
+ | conda deactivate | ||
+ | |||
+ | # remove environment (in case you want to delete it) | ||
+ | # conda env remove -n unicaes | ||
+ | </ | ||
===== Code Snippets to Handle the Conda Environment ===== | ===== Code Snippets to Handle the Conda Environment ===== | ||
- | I extended the list of software packages to be installed to run all provided workshop examples. | + | This code is to be executed in a terminal. |
- | Mac and Linux users just open a standard terminal. On Windows open the Anaconda Powershell prompt. \\ Execute the following code: | + | |
<code bash> | <code bash> | ||
- | # create conda environment | + | # create conda environment |
conda create -c conda-forge -n unicaes jupyterlab ipywidgets numpy pandas scipy scikit-learn matplotlib plotly seaborn | conda create -c conda-forge -n unicaes jupyterlab ipywidgets numpy pandas scipy scikit-learn matplotlib plotly seaborn | ||
Line 30: | Line 57: | ||
# start Jupyter-Lab (< | # start Jupyter-Lab (< | ||
jupyter-lab | jupyter-lab | ||
+ | |||
+ | # leave conda envoronment and change to the base (default) environment | ||
+ | conda deactivate | ||
# remove environment (in case you want to delete it) | # remove environment (in case you want to delete it) |
latinet/unicaes/start.1662142726.txt.gz · Last modified: 2023/01/05 14:38 (external edit)