set up python with conda/mamba (both windows and linux)
- includes binaries for easy installation
- example: jupyterhub
- mamba is faster than conda
- conda/mamba management
- start from zero: explore with search engine
- setting up jupyter notebook
- install minimamba
- add channel
- create env
- list existing and update all
- install packages: numpy scipy scikit-learn
- setup jupyter: install jupyter notebook jupyterlab and run
- using mamba inside notebook
- the bash script has been tested on ubuntu
- the bat script is a collection of the commands from the demo video