pprevos / denote-explore

Helper functions to analyse and visualise a collection of notes created with the Denote package.
GNU General Public License v3.0
66 stars 8 forks source link

Alternative Implementation Using Python #13

Open jgarte opened 6 months ago

jgarte commented 6 months ago

Hi,

Great package!

Would you accept an alternative implementation of the R code in Python?

pprevos commented 6 months ago

Hi, happy to accept a Python alternative. We can keep both options, for R and Python users. and make it an option to select.

Not sure if Pandas is the go, you best use iGraph to create the network object. There is also the D3Graph python library to implement D3JS.