https://github.com/andersy005/intake-tutorial
Intake Tutorial
https://github.com/andersy005/intake-tutorial
Last synced: 10 months ago
JSON representation
Intake Tutorial
- Host: GitHub
- URL: https://github.com/andersy005/intake-tutorial
- Owner: andersy005
- License: mit
- Created: 2021-04-26T18:26:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T19:15:52.000Z (about 5 years ago)
- Last Synced: 2025-03-28T23:37:48.842Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 10.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# intake-tutorial
Intake Tutorial
## Running notebooks
The first time you check out this repository, run the following to create the environment:
```bash
$ conda env update -f .binder/environment.yml
```
This will create or update the environment (`intake-tutorial`).
To run the notebooks locally, run the following:
```bash
$ conda activate intake-tutorial
$ jupyter lab
```