On Ubuntu 22.04:
- Use Python 3.10
- Install Conda
- Install libraries
$ conda create --name <env> --file requirements.txt
- Run Jupyter notebook
$ jupyter notebook
- Select and start the notebook
air_pressure_comparing.ipynb
On Ubuntu 22.04:
$ conda create --name <env> --file requirements.txt
$ jupyter notebook
air_pressure_comparing.ipynb