File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1010 if : ${{ github.repository_owner == 'ProjectPythia' }}
1111 uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212 with :
13- build_command : make kernel && jupyter-book build . ; jupyter-book build .
13+ build_command : jupyter-book build . ; jupyter-book build .
1414 environment_name : eo-datascience-cookbook-dev
1515
1616 link-check :
Original file line number Diff line number Diff line change 1212 build :
1313 uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1414 with :
15- build_command : make kernel && jupyter-book build . ; jupyter-book build .
15+ build_command : jupyter-book build . ; jupyter-book build .
1616 environment_name : eo-datascience-cookbook-dev
1717
1818 deploy :
Original file line number Diff line number Diff line change @@ -102,9 +102,10 @@ need to follow this workflow:
102102 ``` bash
103103 cd eo-datascience-cookbook
104104 ```
105- 1 . Create Jupyter kernels
105+ 1 . Create and activate your conda environment from the `` environment.yml `` file
106106 ``` bash
107- make kernel
107+ conda env create -f environment.yml
108+ conda activate eo-datascience-cookbook-dev
108109 ```
1091101 . Move into the ` notebooks ` directory and start up Jupyterlab
110111 ``` bash
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments