-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #114: HYP-344 Add tutorial readmes, update Collab links
Merge in HYP/hypernetx from HYP-344-reorganize-tutorials to develop * commit 'c9d4e926ec4ec6c55a5230a4dbbb5295b656cf0a': HYP-344 Add tutorial readmes, update Collab links
- Loading branch information
Showing
6 changed files
with
111 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Overview | ||
|
||
These tutorials cover advanced topics in hypergraphs such as hypergraph metrics, homology, generating hypergraphs from | ||
random models, modeling contagion with hypergraphs, and hypergraph modularity. | ||
|
||
# How to run the tutorials on Jupyter Notebook | ||
|
||
Create a virtual environment: | ||
|
||
`make venv` | ||
|
||
Activate the environment: | ||
|
||
`source venv-hnx/bin/activate` | ||
|
||
Navigate to the root of this repository. Install the required dependencies in order to run the Jupyter Notebooks: | ||
|
||
`make tutorials-deps` | ||
|
||
Once the dependencies have been installed, run the notebooks: | ||
|
||
`make tutorials` | ||
|
||
This command will open up the notebooks on a browser at the following URL: http://localhost:8888/tree | ||
|
||
Below is a screenshot of what to expect to see on the browser. Click a folder and open the desired | ||
tutorial on your browser: | ||
|
||
![](../images/jupyter_notebook_screenshot.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Overview | ||
|
||
These tutorials provide an introduction to the HyperNetX library using graph data such as the [Les Miserables dataset from the | ||
Stanford GraphBase](https://cs.stanford.edu/pub/sgb/sgb.tar.gz). The tutorials also show how to use the library's visualization tools | ||
to visualize and analyze hypergraphs. | ||
|
||
# How to run the tutorials on Jupyter Notebook | ||
|
||
Create a virtual environment: | ||
|
||
`make venv` | ||
|
||
|
||
Activate the environment: | ||
|
||
`source venv-hnx/bin/activate` | ||
|
||
|
||
Navigate to the root of this repository. Install the required dependencies in order to run the Jupyter Notebooks: | ||
|
||
`make tutorials-deps` | ||
|
||
Once the dependencies have been installed, run the notebooks: | ||
|
||
`make tutorials` | ||
|
||
This command will open up the notebooks on a browser at the following URL: http://localhost:8888/tree | ||
|
||
Below is a screenshot of what to expect to see on the browser. Click a folder and open the desired | ||
tutorial on your browser: | ||
|
||
![](../images/jupyter_notebook_screenshot.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Overview | ||
|
||
These tutorials demonstrate how to use [hnxwidget](https://pypi.org/project/hnxwidget/), an interactive visualization tool | ||
of HyperNetX. | ||
|
||
# How to run the tutorials on Jupyter Notebook | ||
|
||
Create a virtual environment: | ||
|
||
`make venv` | ||
|
||
|
||
Activate the environment: | ||
|
||
`source venv-hnx/bin/activate` | ||
|
||
|
||
Navigate to the root of this repository. Install the required dependencies in order to run the Jupyter Notebooks: | ||
|
||
`make tutorials-deps` | ||
|
||
Once the dependencies have been installed, run the notebooks: | ||
|
||
`make tutorials` | ||
|
||
This command will open up the notebooks on a browser at the following URL: http://localhost:8888/tree | ||
|
||
Below is a screenshot of what to expect to see on the browser. Click a folder and open the desired | ||
tutorial on your browser: | ||
|
||
![](../images/jupyter_notebook_screenshot.png) |