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

Execute jupyter notebook in CI and upload resulting html as build artifact #1890

Closed
jleibs opened this issue Apr 18, 2023 · 0 comments
Closed
Assignees
Labels
🧑‍💻 dev experience developer experience (excluding CI) notebook Jupyter notebooks etc 🕸️ web regarding running the viewer in a browser

Comments

@jleibs
Copy link
Member

jleibs commented Apr 18, 2023

Testing the notebooks is important and visual inspection of the notebook gives us some decent coverage of an end-to-end use-case on web.

This is relatively easy to do:

jupyter nbconvert --to=html --ExecutePreprocessor.enabled=True examples/python/notebook/cube.ipynb

We can upload the wasm to a new app.rerun.io/pr/xyzw target so we retain a copy for each PR, which will be helpful in general without wasting as much storage as every commit in the PR.

This is incremental work on top of (or maybe as part of):

@jleibs jleibs self-assigned this Apr 18, 2023
@jleibs jleibs added 🕸️ web regarding running the viewer in a browser 🧑‍💻 dev experience developer experience (excluding CI) labels Apr 18, 2023
@emilk emilk added the notebook Jupyter notebooks etc label Apr 19, 2023
@emilk emilk closed this as completed Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 dev experience developer experience (excluding CI) notebook Jupyter notebooks etc 🕸️ web regarding running the viewer in a browser
Projects
None yet
Development

No branches or pull requests

2 participants