Skip to content

elaraproject/jupyterbook-v2-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Elara Jupyterbook v2 Test Book

This is a fork of the readthedocs Jupyterbook template used to test Jupyterbook v2 for an eventual migration (see elaraproject/elara-handbook#7).

To test, clone and enter the repo, then create a virtual env

python -m venv .venv
# Windows
source .venv/Scripts/activate
# Mac/Linux
source .venv/bin/activate

Then install Jupyterbook v2:

pip install "jupyter-book>=2"

Also make sure you have LaTeX installed, there are distributions with installers like TeX Live or MikTeX. Then to run the book on localhost do:

jupyter book start

This creates a local web server to preview the web version. To build a PDF you must have LaTeX pre-installed. Then run:

jupyter book build --pdf

This should output a book in the _build/exports/<somefile.pdf>.

About

Test book for planned migration to Jupyterbook V2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published