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

https://github.com/rmpr/hbase

Presentation of Hbase using a jupyter notebook and a third party python module
https://github.com/rmpr/hbase

Last synced: about 1 year ago
JSON representation

Presentation of Hbase using a jupyter notebook and a third party python module

Awesome Lists containing this project

README

          

# Hbase presentation
## Prerequisites
```bash
pip3 install jupyter --user # jupyter notebook for python3
pip3 install RISE --user # modify the slideshown while viewing
jupyter-nbextension install rise --py --sys-prefix

```
## Running environnement
```bash
git clone https://github.com/RMPR/Hbase.git
cd Hbase
jupyter notebook Hbase.ipynb # for the jupyter notebook
jupyter nbconvert Hbase.ipynb --to slides --post serve # for the slideshow
```

## Contributing
First you need to create a branch according to the feature you are working on
git checkout -b