Skip to content

Instantly share code, notes, and snippets.

@oinume
oinume / visualization.ipynb
Created June 2, 2017 01:08
Visualization MySQL data in Jupyter Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lrhache
lrhache / neo4j-install-ubuntu.sh
Last active March 6, 2018 02:17
neo4j util script
#!/bin/sh
sudo echo "export NEO4J_HOME=/opt/neo4j" >> /etc/environment
source /etc/environment
sudo mkdir -p $NEO4J_HOME
sudo chown ubuntu.ubuntu $NEO4J_HOME
cd /tmp