The notebook in this repository accompanies the medium blog post "The Two Best Tools for Plotting Interactive Network Graphs".
The code used to generate the interactive visualisations using pyvis and ipysigma can be found in comparison.ipynb.
You can either recreate the conda environment by running:
conda env create --name envname --file=environments.ymlor by installing dependencies using pip:
pip install -r requirements.txt