zerok / jupyter-docker-image

A simple Docker image for running Jupyter tools (i.e. JupyterLab)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter Docker image

This Docker image contains Jupyter including the following extensions:

  • JupyterLab
  • Pandas
  • PyYAML
  • Requests
  • Matplotlib

Add the following line to your .bashrc or .zshrc:

eval $(docker run --rm zerok/jupyter bash-func)

This will register the function lab for starting the container with default parameters.

About

A simple Docker image for running Jupyter tools (i.e. JupyterLab)

License:MIT License


Languages

Language:Dockerfile 50.3%Language:Python 49.7%