tence / exploring-data-science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exploring-data-science

Resources and experiments to explore data science concepts, technologies and tools.

Using jupyter-notebooks

Start jupyter-notebooks docker image using the following command in git checkout root directory:

docker run --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -v "$PWD":/home/jovyan/work jupyter/datascience-notebook

About


Languages

Language:HTML 76.3%Language:Jupyter Notebook 23.7%