You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 <script> tag in ...\pyvis\templates\template.html
Updating template will affect all graphs you will do after
Hi,
Is there a way to generate a network graph using pyviz on a machine with no internet access?
Thanks in advance!
Kind Regards
The text was updated successfully, but these errors were encountered: