Skip to content

Commit f29a56d

Browse files
Update example notebook (#243)
* add huggingface to catalog * use scivision classifier * explain scivision_classifier better * simplify requirements and add ots22 intake-xarray * rearrange steps * add scivision itself to environment.yml * add exifread to requirements * use plankton instead of koala * revert to Koala and add extra model * update the notebook * scivision now installed from pip * intake-xarray@feature/exif in package attempt * restore manual scivision install for notebook (as in binder) * flake8 * flake8
1 parent d33f52c commit f29a56d

File tree

5 files changed

+520
-215
lines changed

5 files changed

+520
-215
lines changed

environment.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@ channels:
44
- anaconda
55
dependencies:
66
- python=3.9
7-
- matplotlib
8-
- numpy
9-
- scipy
10-
- pandas
11-
- fsspec
12-
- pyyaml
13-
- requests
14-
- aiohttp
15-
- intake
16-
- intake-xarray
17-
- jupyter
7+
- jupyter
8+
- pip
9+
- pip:
10+
- -r requirements.txt
11+
- git+https://github.com/ots22/intake-xarray@feature/exif

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This directory contains:
55

66
To run any of the notebooks in this directory locally, do the following, from the top level of this repo:
77

8-
1. Install scivision: `pip install -v -e .`
9-
2. Create the environment for the notebooks: `conda env create -f environment.yml`
10-
3. Activate it: `conda activate scivision`
8+
1. Create the environment for the notebooks: `conda env create -f environment.yml`
9+
2. Activate it: `conda activate scivision`
10+
3. Install scivision: `pip install -e .`
1111
4. Open the notebook in `/examples` with `jupyter notebook`
1212

1313
**Visit the [Scivision Gallery](https://github.com/scivision-gallery) to see more examples and use-cases.**

0 commit comments

Comments
 (0)