An open API service indexing awesome lists of open source software.

https://github.com/andersy005/intake-tutorial

Intake Tutorial
https://github.com/andersy005/intake-tutorial

Last synced: 10 months ago
JSON representation

Intake Tutorial

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
```