Skip to content

Commit

Permalink
add instruction for building the kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jan 10, 2025
1 parent 2df3c34 commit 2bf46aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ If you are interested in running this material locally on your computer, you wil
```bash
cd eo-datascience-cookbook
```
1. Create and activate your conda environment from the `environment.yml` file
1. Create Jupyter kernels
```bash
conda env create -f environment.yml
conda activate eo-datascience-cookbook
make kernel
```
1. Move into the `notebooks` directory and start up Jupyterlab
```bash
Expand Down

0 comments on commit 2bf46aa

Please sign in to comment.