Skip to content

jonek/pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandas in Jupyter Notebook

What?

A super easy way to run Jupyter notebooks with Pandas locally without installing anything.

Assumes you have Docker installed.

How?

This project contains everything you need to build and run a custom Docker container to execute a Jupyter notebook with Pandas locally. It is derived from the Jupyter base notebook Docker image.

./build.sh
./run.sh
# do some work with your notebooks
./stop.sh

A browser window should open automatically showing the ExampleNotebook.ipynb.

Options

You can optionally specify custom directories to be mounted into the Docker container:

  • DATA_DIR
    mounted to /data inside the container
    (default: $(pwd)/data)
  • NOTEBOOK_DIR
    mounted to /notebooks inside the container
    (default: $(pwd)/example)

Specify the variables like this when executing run.sh:

$ DATA_DIR=/home/foo/someData NOTEBOOK_DIR=/home/foo/myNotebooks ./run.sh

About

Use Pandas in Jupyter notebboks easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published