Skip to content

Add normalization jupyter notebook #12

Add normalization jupyter notebook

Add normalization jupyter notebook #12

Workflow file for this run

name: test-deploy-book
# Only run this when the pull-request is coming
on:
pull_request:
types: [opened, synchronize]
# This job installs dependencies, build the book, and pushes it to `gh-pages`
jobs:
deploy-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Install dependencies
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install -r requirements.txt
# Build the book
- name: Build the book
run: |
jupyter-book build docs/