python jupyter sphinx pdf jupyterbook jupytext
- Built with Jupyter Book
- Build a PDF
-
Windows:
- ImageMagick missing.
-
Linux:
sudo apt-get install texlive-latex-extra texlive-fonts-extra texlive-xetex \ latexmk jupyter-book build mybookname/ --builder pdflatex
-
Jupytext
python -m venv --upgrade-deps ./venv .\venv\Scripts\Activate.ps1 python -m pip install -r requirements.txt
jupyter-book matplotlib numpy jupytext
putup --dsproject --markdown --pre-commit --venv=venv dsproj
[tool.jupytext.formats] "notebooks/" = "ipynb" "scripts/" = "py:percent"
- jupyter-book - jupytext - nodejs - sphinx
- jupyter-vim