12 lines
232 B
YAML
12 lines
232 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
|
|
# install jupyter
|
|
install:
|
|
- pip install jupyter
|
|
script:
|
|
- jupyter nbconvert --to notebook --execute ipynb/BASIC.ipynb
|
|
- jupyter nbconvert --to notebook --execute ipynb/Cheryl.ipynb
|
|
|