Skip to content

Commit

Permalink
fix(docs): make sure data can be downloaded when building notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 22, 2022
1 parent 5aec6ea commit fa7da17
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 62 deletions.
23 changes: 0 additions & 23 deletions docs/ibis-for-pandas-users.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 0 additions & 39 deletions docs/ibis-for-sql-programmers.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
nodejs
# poetry executable
env.pkgs.poetry
# used in notebooks to download data
curl
])
++ preCommitDeps
++ backendDevDeps;
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ plugins:
execute_ignore: "tutorial/*Geospatial*.ipynb"
include_source: true
theme: dark
allow_errors: false
- literate-nav
markdown_extensions:
- admonition
Expand Down

0 comments on commit fa7da17

Please sign in to comment.