Skip to content

Commit

Permalink
Merge pull request #37 from ESA-VirES/jhub_upgrade_2023
Browse files Browse the repository at this point in the history
Jhub upgrade 2023
  • Loading branch information
santilland authored Jan 10, 2024
2 parents 503f83f + 6bfbd85 commit 5ee8727
Show file tree
Hide file tree
Showing 20 changed files with 12,751 additions and 3,444 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
viresclient set_token https://staging.aeolus.services/ows $VIRES_TOKEN_STAGING && \
viresclient set_default_server https://aeolus.services/ows && \
pip install jupyter-book==0.12.2 nbmake==1.2 pytest-xdist==2.5.0 && \
pytest --numprocesses 2 --nbmake --overwrite \
notebooks/*.ipynb && \
pytest --numprocesses 2 --nbmake --overwrite notebooks \
--ignore=notebooks/05a1_Orbit_prediction.ipynb \
--ignore=notebooks/05d1_Aerosol_profile_comparison.ipynb \
--ignore=notebooks/05e1_Wind_profile_comparison.ipynb && \
jupyter-book build --config _config.yml .
'
- name: Deploy preview with netlify
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
viresclient set_token https://staging.aeolus.services/ows $VIRES_TOKEN_STAGING && \
viresclient set_default_server https://aeolus.services/ows && \
pip install jupyter-book==0.12.2 nbmake==1.2 pytest-xdist==2.5.0 && \
pytest --numprocesses 2 --nbmake --overwrite \
notebooks/*.ipynb && \
pytest --numprocesses 2 --nbmake --overwrite notebooks \
--ignore=notebooks/05a1_Orbit_prediction.ipynb \
--ignore=notebooks/05d1_Aerosol_profile_comparison.ipynb \
--ignore=notebooks/05e1_Wind_profile_comparison.ipynb && \
jupyter-book build --config _config-testing.yml .
'
- name: Deploy preview with netlify
Expand Down
430 changes: 217 additions & 213 deletions notebooks/01a__Intro-Jupyter-Python.ipynb

Large diffs are not rendered by default.

724 changes: 372 additions & 352 deletions notebooks/01b1_Pandas-and-Plots.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 5ee8727

Please sign in to comment.