Skip to content

Instantly share code, notes, and snippets.

@psychemedia
Last active November 18, 2017 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save psychemedia/6d0965809444cba8bcfbe9dbb278a11f to your computer and use it in GitHub Desktop.
Save psychemedia/6d0965809444cba8bcfbe9dbb278a11f to your computer and use it in GitHub Desktop.
Example of querying neo4j Panama Papers database from Jupyter IPython notebooks using py2neo
neo4j:
image: ryguyrg/neo4j-panama-papers
ports:
- "7474:7474"
- "1337:1337"
volumes:
- /opt/data
jupyterscipy:
image: jupyter/scipy-notebook
ports:
- "8890:8888"
links:
- neo4j:neo4j
volumes:
- ./notebooks:/home/jovyan/work
rstudio:
image: rocker/rstudio
ports:
- "8787:8787"
links:
- neo4j:neo4j
volumes:
- ./rstudio:/home/rstudio
#jupyterIR:
# image: jupyter/r-notebook
# ports:
# - "8889:8888"
# links:
# - neo4j:neo4j
# volumes:
# - ./notebooks:/home/jovyan/work
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment