WestHealth / pyvis

Python package for creating and visualizing interactive network graphs.
http://pyvis.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
993 stars 167 forks source link

Query: Network Graph in Offline Mode #36

Open iamramengirl opened 5 years ago

iamramengirl commented 5 years ago

Hi,

Is there a way to generate a network graph using pyviz on a machine with no internet access? Thanks in advance!

Kind Regards

erip commented 3 years ago

This is technically easy to do. These two lines will need to point to a local resource instead of a CDN (and seem to have before). It seems like vis.js is licensed under MIT and Apache 2.0 but claims the user may claim either. To bundle that in this repo (licensed BSD), the LICENSE would need to change which has implications that the maintainers, their legal counsel, and the users of this repo would need to be made aware of. BSD and MIT are very similar licenses, so it's not unreasonable but IANAL.

Shevyar commented 2 years ago

It's much easier to do. You don't even need to point to a local resource. You should just copy code from CDN and insert under Githubissues.

  • Githubissues is a development platform for aggregating issues.