File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
tutorials/parquet-catalog-demos Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1717 name : Build HTML rendering of notebooks
1818 no_output_timeout : 30m
1919 command : |
20+ # Ugly workaround https://github.com/Caltech-IPAC/irsa-tutorials/issues/6
21+ sed -ie 's|nb_execution_excludepatterns = \[|nb_execution_excludepatterns = \["wise-allwise-catalog-demo.md", |g' conf.py
2022 python -m tox -e py312-buildhtml
2123
2224 - store_artifacts :
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ Each method accesses the parquet files a bit differently and is useful for diffe
4242## Imports
4343
4444``` {code-cell} ipython3
45- !pip install -r requirements.txt
45+ # Uncomment the following if you have missing dependencies.
46+ # !pip install numpy pandas>=1.5.2 pyarrow>=10.0.1 matplotlib hpgeom astropy
4647```
4748
4849``` {code-cell} ipython3
You can’t perform that action at this time.
0 commit comments