scikit-tda / kepler-mapper

Kepler Mapper: A flexible Python implementation of the Mapper algorithm.
https://kepler-mapper.scikit-tda.org
MIT License
623 stars 180 forks source link

making html files generated by visualize self-contained #245

Open ahassaine opened 1 year ago

ahassaine commented 1 year ago

I am working within a work environment where access to Internet is restricted and I was wondering if it there is a way for making the html visualization self-contained?

Currently, I am getting this error "Err_Tunnel_Connection_Failed" which, I guess, suggests the page is trying to access something from outside. Is there a possible fix for this?

Many thanks!