An open API service indexing awesome lists of open source software.

https://github.com/datadavev/test_jbook

Example of simple jupyter book
https://github.com/datadavev/test_jbook

Last synced: 5 months ago
JSON representation

Example of simple jupyter book

Awesome Lists containing this project

README

          

---
title: Test JBook

---
# Test JBook

Example of simple jupyter book.

Source
:https://github.com/datadavev/test_jbook

Rendered
:https://datadavev.github.io/test_jbook/

## Setup:

```
mkvirtualenv jupyterbook
pip install jupyter-book
pip install pyld
git clone https://github.com/datadavev/test_jbook.git
cd test_jbook
jupyter-book build .
mv _build/html docs
touch docs/.nojekyll
open docs/index.html
```