d3graph
is a python package that simplifies the task of creating interactive and stand-alone networks in d3 javascript using python.
For this package, I was inspired by d3 JavaScript, but there was no Python package that could create such interactive networks. Here it is: a library that automatically creates D3 JavaScript and HTML code based on an input adjacency matrix in Python! This library does not require any additional installation, downloads, or setting paths to your system's environments. You just need Python and this library. All other is taken care of. Huray! Navigate to API documentations for more detailed information. ⭐️ Star it if you like it ⭐️
On the documentation pages you can find detailed information about the working of the d3graph
with many examples.
pip install d3graph
pip install git+https://github.com/erdogant/d3graph
# Import library
from d3graph import d3graph