Skip to content

gaving/docker-jupyter-pandas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker for Jupyter and Pandas

This is docker image for Python3, Jupyter and Pandas, based on alpine linux

Run

You can run the command below:

docker run -d --name jupyter -p 8888:8888 -v YOU_VOL_FOLDER:/opt playniuniu/jupyter-pandas

and visit http://localhost:8888 for jupyter notebook

Plot

You can use the command in jupyter to plot images

%matplotlib notebook
import matplotlib.pyplot as plt
plt.plot([1,2,3])

and you can see the imags below:

screenshot

About

Docker for Jupyter and Pandas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 84.6%
  • Python 15.4%