Skip to content

Commit

Permalink
Im/add tutorial notebook (#328)
Browse files Browse the repository at this point in the history
* add tutorial notebook

* requirements for binder

* fix github action for notebook

* add env file

* try again

* remove zlib constraint

* try again

* again

* conda forge

* better name

* try again

* less constraints

* nbstripout

* poetry lock

* add code to download catalog

* comment

* empty
  • Loading branch information
ismael-mendoza authored Jun 29, 2022
1 parent 097e197 commit 2f2852e
Show file tree
Hide file tree
Showing 4 changed files with 1,154 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Run notebooks
run: |
poetry run pytest --nbval notebooks --sanitize-with tests/sanitize.cfg --ignore "notebooks/01b-scarlet-measure.ipynb"
poetry run pytest --nbval notebooks --sanitize-with tests/sanitize.cfg --ignore "notebooks/01b-scarlet-measure.ipynb,notebooks/tutorial.ipynb"
92 changes: 92 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
name: btk38
channels:
- defaults
- conda-forge
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- ca-certificates=2022.4.26=h06a4308_0
- certifi=2022.6.15=py38h06a4308_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.3=he6710b0_2
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- ncurses=6.3=h7f8727e_2
- openssl=1.1.1p=h5eee18b_0
- pip=21.2.4=py38h06a4308_0
- python=3.8.13=h12debd9_0
- readline=8.1.2=h7f8727e_1
- setuptools=61.2.0=py38h06a4308_0
- sqlite
- tk
- wheel=0.37.1=pyhd3eb1b0_0
- xz=5.2.5=h7f8727e_1
- pip:
- astropy==5.1
- asttokens==2.0.5
- attrs==21.4.0
- backcall==0.2.0
- blending-toolkit==1.0.0a1
- cffi==1.15.0
- cycler==0.11.0
- debugpy==1.6.0
- decorator==5.1.1
- entrypoints==0.4
- executing==0.8.3
- fastjsonschema==2.15.3
- fonttools==4.33.3
- future==0.18.2
- galcheat==1.0.0
- galsim==2.3.4
- imageio==2.19.3
- importlib-resources==5.8.0
- ipykernel==6.15.0
- ipython==8.4.0
- ipywidgets==8.0.0rc0
- jedi==0.18.1
- jsonschema==4.6.1
- jupyter-client==7.3.4
- jupyter-core==4.10.0
- jupyterlab-widgets==3.0.0rc0
- kiwisolver==1.4.3
- lsstdesc-coord==1.2.3
- matplotlib==3.5.2
- matplotlib-inline==0.1.3
- nbformat==5.4.0
- nest-asyncio==1.5.5
- networkx==2.8.4
- numpy==1.23.0
- packaging==21.3
- pandas==1.4.3
- parso==0.8.3
- pexpect==4.8.0
- pickleshare==0.7.5
- pillow==9.1.1
- prompt-toolkit==3.0.30
- psutil==5.9.1
- ptyprocess==0.7.0
- pure-eval==0.2.2
- pybind11==2.9.2
- pyerfa==2.0.0.1
- pygments==2.12.0
- pyparsing==3.0.9
- pyrsistent==0.18.1
- python-dateutil==2.8.2
- pytz==2022.1
- pywavelets==1.3.0
- pyyaml==6.0
- pyzmq==23.2.0
- scikit-image==0.19.3
- scipy==1.9.0rc1
- seaborn==0.12.0b1
- sep==1.2.1
- six==1.16.0
- stack-data==0.3.0
- tifffile==2022.5.4
- tornado==6.2b2
- tqdm==4.64.0
- traitlets==5.3.0
- wcwidth==0.2.5
- widgetsnbextension==4.0.0rc0
- zipp==3.8.0
Loading

0 comments on commit 2f2852e

Please sign in to comment.