The python cells below should be executable, after clicking on the button at the upper right corner.
### Install uv
%pip install uvCollecting uv
Using cached uv-0.8.17-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Using cached uv-0.8.17-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.1 MB)
Installing collected packages: uv
Successfully installed uv-0.8.17
Note: you may need to restart the kernel to use updated packages.
### Use uv to install all necessary packages
%uv pip install so2-flux-calculator --index https://git.icare.univ-lille.fr/api/v4/projects/661/packages/pypi/simple
%uv pip install so2-tropomi --index https://gitlab.in2p3.fr/api/v4/projects/31143/packages/pypi/simpleUsing Python 3.11.13 environment at: /opt/hostedtoolcache/Python/3.11.13/x64
⠙ Resolving dependencies... ⠹ Resolving dependencies... ⠸ Resolving dependencies... ⠼ Resolving dependencies... ⠼ so2-flux-calculator==0.2.1 ⠴ so2-flux-calculator==0.2.1 ⠦ so2-flux-calculator==0.2.1 ⠧ so2-flux-calculator==0.2.1 ⠧ scipy==1.16.1 ⠧ matplotlib==3.10.6 ⠇ python-dateutil==2.9.0.post0 ⠇ tzdata==2025.2 ⠇ pillow==11.3.0 Resolved 16 packages in 1.62s
⠙ Preparing packages... (0/2) ⠹ Preparing packages... (1/2) ⠸ Preparing packages... (1/2) Prepared 2 packages in 517ms
██████████░░░░░░░░░░ [1/2] so2-flux-calculator==0.2.1 Installed 2 packages in 25ms
+ scipy==1.16.1
+ so2-flux-calculator==0.2.1
Note: you may need to restart the kernel to use updated packages.
Using Python 3.11.13 environment at: /opt/hostedtoolcache/Python/3.11.13/x64
⠙ Resolving dependencies... ⠹ Resolving dependencies... ⠸ Resolving dependencies... ⠼ Resolving dependencies... ⠴ Resolving dependencies... ⠴ so2-tropomi==0.2.8 ⠦ so2-tropomi==0.2.8 ⠧ so2-tropomi==0.2.8 ⠇ holoviews==1.21.0 ⠇ ipykernel==6.30.1 ⠋ ipykernel==6.30.1 ⠋ requests==2.32.5 ⠙ bokeh==3.8.0 ⠹ numpy==2.3.3 ⠹ pyviz-comms==3.0.6 ⠹ ipython==9.5.0 ⠹ traitlets==5.14.3 ⠸ pyyaml==6.0.2 ⠸ idna==3.10 ⠸ python-dateutil==2.9.0.post0 ⠸ bleach==6.2.0 ⠼ stack-data==0.6.3 ⠼ platformdirs==4.4.0 ⠴ uc-micro-py==1.0.3 Resolved 77 packages in 2.66s
⠙ Preparing packages... (0/15) ⠹ Preparing packages... (12/15) ⠸ Preparing packages... (13/15) ⠼ Preparing packages... (14/15) Prepared 15 packages in 675ms
████████████░░░░░░░░ [9/15] certifi==2025.8.3 Installed 15 packages in 54ms
+ bokeh==3.8.0
+ certifi==2025.8.3
+ charset-normalizer==3.4.3
+ colorcet==3.1.0
+ holoviews==1.21.0
+ linkify-it-py==2.0.3
+ markdown==3.9
+ panel==1.8.0
+ param==2.2.1
+ pyviz-comms==3.0.6
+ requests==2.32.5
+ so2-tropomi==0.2.8
+ tqdm==4.67.1
+ uc-micro-py==1.0.3
+ urllib3==2.5.0
Note: you may need to restart the kernel to use updated packages.
### Test package imports
import so2_flux_calculator
import so2_tropomi