BusinessOptics / dash_interactive_graphviz

An interactive graphviz viewer for Dash
MIT License
37 stars 8 forks source link

js not available on unpkg.com (404) #1

Closed sdementen closed 4 years ago

sdementen commented 4 years ago

the source refers to the js file https://unpkg.com/dash_interactive_graphviz@0.0.3/dash_interactive_graphviz/dash_interactive_graphviz.min.js which returns a 404. Same fo the js.map file

JHSaunders commented 4 years ago

Hi,

I have not packaged this properly on NPM. You can use it by setting serve_locally=True (which should be the default). I have to wait 24 hours to publish it again on NPM (because I did something stupid). I will bump the version and do that tomorrow.

JHSaunders commented 4 years ago

@sdementen Please update to version 0.1.1 I have correctly packaged it for NPM and everything should work.