Dynetx
Dynamic Network Analysis library
Install / Use
/learn @GiulioRossetti/DynetxREADME
DyNetx - Dynamic Network analysis library

DyNetx provides implementations of dynamic networks in python (it is built upon networkx).
The project documentation can be found on ReadTheDocs.
If you would like to test DyNetx functionalities without installing anything on your machine consider using the preconfigured Jupyter Hub instances offered by SoBigData++.
Citation
Rossetti, G. (2020) DyNetx: dynamic network analysis library, v0.2.1, Zenodo, doi: 10.5281/zenodo.3953119
Installation
In order to install the library use pip:
pip install dynetx
or conda:
conda install -c giuliorossetti dynetx
