dalexander / PRmm-notebooks

IPython notebooks using the PRmm APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Examples of ipython notebooks for PRmm

##How to install dependent modules

git clone http://github.com/dalexander/PRmm-notebooks notebooks
cd notebooks/

pip install pip
module add openblas
pip install pandas matplotlib seaborn

##How to run jupyter

jupyter notebook --no-browser --ip=0.0.0.0

Now open a browser and point to http://<that-host>:8888.

About

IPython notebooks using the PRmm APIs


Languages

Language:Jupyter Notebook 100.0%Language:R 0.0%