Skip to content

Runing python and jupyter notebook project on Docker

Notifications You must be signed in to change notification settings

Melanee-Melanee/Jupyter-on-Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python code on random things

Generally, this repository is somewhat of a dumping ground of code I find useful. All of it is focused on Python.

Feel free to take what you'd like!

Docker + Jupyter

I am quite fond of Docker and Platforms as a Service in general (PaaS), I use Docker and Jupyter to get up and running quickly on local environments. I even wrote a blog post on it.

Here's a one liner to get you up and running with Jupyter on any computer with Docker installed.

docker run -it -p 8888:8888 --rm -e JUPYTER_ENABLE_LAB=yes -v ~/Github/Python/:/home/jovyan/work jupyter/datascience-notebook

Useful links:

https://hub.docker.com/r/jupyter/datascience-notebook/

https://medium.com/codex/how-to-set-up-and-run-python-data-science-development-environment-with-jupyter-on-docker-17e04e11d6c

https://github.com/jupyter/docker-stacks

About

Runing python and jupyter notebook project on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • Python 1.3%
  • Other 0.1%