I would like to use this package offline and save plots out to html to be viewed offline but am unable to do so.
I see that two javascript files are required in the html and have saved these locally so that I can refer to them like this.
<script src="require.min.js"></script>
<script src="embed-amd.js"></script>
Unfortunately, the html will still not load in browser until I reconnect to the internet. Any ideas why this is happening and is there anything that I can do about it?
I would like to use this package offline and save plots out to html to be viewed offline but am unable to do so.
I see that two javascript files are required in the html and have saved these locally so that I can refer to them like this.
Unfortunately, the html will still not load in browser until I reconnect to the internet. Any ideas why this is happening and is there anything that I can do about it?