This repository is for backing up my python notebooks.
I used docker images for running these jupyter notebooks Jupyter notebook for both R and Python codes. IRkerlen should be installed for running R codes via Jupyter.
-
Python notebook: avikdatta/pythonjupyterdockerimage
-
R notebook: avikdatta/rjupyterdockerimage
-
Apache Spark (pyspark) notebook: avikdatta/sparkjupyterdockerimage
docker run
-it \
-v /path/app:/home/vmuser/app \
-p 8888:8888 \
avikdatta/pythonjupyterdockerimage \
jupyter-notebook \
--ip 0.0.0.0