Skip to content

lhoupert/test-jbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

test-book

Test repository for online publishing of jupyterbooks using GitHub Pages

Steps

  1. Copy the book content in the html folder (e.g. cp -R ../../Repos_fork/from-python-to-numpy/jupyter-book/_build/html . )

  2. Remove unnecessary files (e.g. rm html/book.html html/01-preface.html)

  3. Install ghp-import pip install ghp-import

  4. Publish the book online ghp-import -n -p -f ./html

More

More info on how to publish a jupyter-book with gh-page [here]

More info on how to publish on a custom (sub)domain [here]