nickeubank / practicaldatascience_book

https://www.practicaldatascience.org/
7 stars 2 forks source link

Practical Data Science

The files here are hosted at the domain here.

Installs

To be able to run (for building — this doesn't cover exercise libraries), install:

conda install jupyter-book pip install sphinx_markdown_tables

Building Book

For copy-paste ease:

jupyter-book build --all .; cp -R _build/html/* docs; git add .; git commit; git push

Syntax

Jupyter books basically use Markdown + some extra features for things like note boxes, or danger boxes, etc. Cheatsheet here

Here's footnotes: https://jupyterbook.org/en/stable/content/content-blocks.html#footnotes Notes and warnings: https://jupyterbook.org/en/stable/content/content-blocks.html#notes-warnings-and-other-admonitions