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
- Host: GitHub
- URL: https://github.com/datadavev/test_jbook
- Owner: datadavev
- License: apache-2.0
- Created: 2021-07-07T03:14:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T18:59:45.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T09:27:21.596Z (over 1 year ago)
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```