Jupyter notebooks for examples in the paper "Higher-order organization of complex networks".
This repository consists of several Jupyter notebooks to reproduce examples in the paper
Higher-order Organization of Complex Networks. Austin R. Benson, David F. Gleich, and Jure Leskovec. Science, vol. 353, no. 6295, pp. 163-166, 2016.
You can read more about the project here. The examples can run on the web with no install of Julia using JuliaBox (see the instructions below).
These Jupyter notebooks can run Julia code on the web without any installation of Julia on your computer through JuliaBox:
Sync
tab at the top of the page.Git Repositories
, there should be three spaces to fill:Git Clone URL
to https://github.com/arbenson/higher-order-organization-julia.git
Branch
to master
JuliaBox Folder
to higher-order-organization-julia
.
On completion, it should look like this: Action
. This should add the repoistory and look as follows:
IJulia
tab at the top of the page. You should have a new folder higher-order-organization-julia
in the home directory: higher-order-organization-julia
and then click on one of the files with extension .ipynb
.You should now be in an interactive Jupyter notebook. If you haven't used
Jupyter or IPython before, you may want to read the
quick start guide.
To run all of the code, just click Cell -> Run All
.