Skip to content

loicdtx/jupyter-webBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter webBook

A webBook authoring framework inspired by R bookdown.

See demo here

Usage

  • Write individual chapters as jupyter notebooks
  • Define book structure in the _book.json file
  • Run nb2book command to compile the webBook

Install

Jupyter-webBook depends on a version of nbconverts that is not yet on PyPi. You therefore need to first install the development version of nbconvert directly from github.

pip install git+https://github.com/jupyter/nbconvert.git

Then install Jupyter-webBook

pip install git+https://github.com/loicdtx/jupyter-webbook.git

About

📖 🐍 A webBook authoring framework using jupyter notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published