Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jhub upgrade 2023 #37

Merged
merged 6 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading