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
- Host: GitHub
- URL: https://github.com/rmpr/hbase
- Owner: RMPR
- Created: 2019-05-22T16:51:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T18:41:24.000Z (about 7 years ago)
- Last Synced: 2025-01-10T22:51:46.426Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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