You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional: execute the quickstart notebook from CLI
# If your repo has a notebooks/00_quickstart.ipynb:
pip install jupyter nbconvert
jupyter nbconvert --to notebook --execute notebooks/00_quickstart.ipynb \
--output notebooks/00_quickstart.out.ipynb
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Here are quick fixes for the most common issues.
CI: minimal smoke test (GitHub Actions)
Run the demo locally (Windows PowerShell)
Run the demo locally (macOS / Linux, bash/zsh)
Optional: execute the quickstart notebook from CLI
# If your repo has a notebooks/00_quickstart.ipynb: pip install jupyter nbconvert jupyter nbconvert --to notebook --execute notebooks/00_quickstart.ipynb \ --output notebooks/00_quickstart.out.ipynbTests failing locally? Try these quick fixes
#Use Python 3.11 (matches CI).
#Upgrade packaging toolchain:
#Recreate the venv cleanly:
#Windows: ensure the repo is on PYTHONPATH for the current shell:
#Apple Silicon wheel hiccups:
Beta Was this translation helpful? Give feedback.
All reactions