Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prs): add filtering and table
Browse files Browse the repository at this point in the history
ReenigneArcher committed Aug 20, 2024
1 parent 94a43b9 commit 9674a2b
Showing 3 changed files with 187 additions and 2,505 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/update-pages.yml
Original file line number Diff line number Diff line change
@@ -85,6 +85,16 @@ jobs:
# copy dependencies
cp -f ./node_modules/plotly.js/dist/plotly.min.js ./gh-pages/plotly.js
- name: Test notebook
run: |
jupyter nbconvert \
--clear-output \
--inplace \
./notebook/dashboard.ipynb
# fail if there are changes
git diff --exit-code ./notebook/dashboard.ipynb
- name: Convert notebook
env:
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN || secrets.GITHUB_TOKEN }}
2,680 changes: 175 additions & 2,505 deletions notebook/dashboard.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ipython==8.26.0
ipywidgets==8.1.3
notebook==7.2.1
pandas==2.2.2
plotly==5.23.0

0 comments on commit 9674a2b

Please sign in to comment.