Skip to content

Instantly share code, notes, and snippets.

@psychemedia
Last active November 18, 2017 07:29
Embed
What would you like to do?
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
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