This repository contains a collection of Markdown files and Python Jupyter notebooks about topics we work on at ScaDS.AI.
It is maintained using Jupyter lab and build using Jupyter book.
To edit this book, install depencencies like this:
pip install jupyterlab
pip install jupyter-book
pip install jupyterlab-spellchecker
git clone https://github.com/scads/blog
cd blog
jupyter lab
To build the book locally (on Windows), you can run this from the same folder:
build.bat