pyvis icon indicating copy to clipboard operation
pyvis copied to clipboard

Query: Network Graph in Offline Mode

Open MRvra-MSFT opened this issue 6 years ago • 2 comments

Hi,

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

Kind Regards

MRvra-MSFT avatar Jun 21 '19 02:06 MRvra-MSFT

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.

erip avatar Nov 13 '20 12:11 erip

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

Shevyar avatar Apr 28 '22 21:04 Shevyar