loicdtx / jupyter-webBook

:book: :snake: A webBook authoring framework using jupyter notebooks

Home Page:http://www.loicdutrieux.net/jupyter-webBook/intro.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:book: :snake: A webBook authoring framework using jupyter notebooks

http://www.loicdutrieux.net/jupyter-webBook/intro.html


Languages

Language:Jupyter Notebook 97.8%Language:CSS 1.1%Language:Python 0.7%Language:HTML 0.4%Language:JavaScript 0.0%