Skip to content

Commit

Permalink
Update example notebook (#243)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
edwardchalstrey1 authored May 10, 2022
1 parent d33f52c commit f29a56d
Show file tree
Hide file tree
Showing 5 changed files with 520 additions and 215 deletions.
16 changes: 5 additions & 11 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ channels:
- anaconda
dependencies:
- python=3.9
- matplotlib
- numpy
- scipy
- pandas
- fsspec
- pyyaml
- requests
- aiohttp
- intake
- intake-xarray
- jupyter
- jupyter
- pip
- pip:
- -r requirements.txt
- git+https://github.com/ots22/intake-xarray@feature/exif
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ This directory contains:

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

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

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

0 comments on commit f29a56d

Please sign in to comment.