amcraig / dash-ketcher

EPAM Ketcher Component for Plotly Dash
0 stars 0 forks source link

Did you get this to work? #1

Open bjonnh-streamlit opened 1 year ago

bjonnh-streamlit commented 1 year ago

I have a version that works with npm start, but fails when it gets bundled for production. My guess is that webpacker is throwing something away that ketcher needs, but I'm not sure how to solve that.

amcraig commented 1 year ago

Unfortunately, no. I was running into NPM install issues and package conflicts originally, and then after some updates with ketcher the NPM issues resolved and then I was running into the same webpack issues as you.

bjonnh commented 1 year ago

Ok I solved it, I'll make a repo with it either later tonight or tomorrow.

bjonnh commented 1 year ago

Have a look at that:

https://github.com/lotusnprod/plotly-dash-ketcher

I still have to figure out how to publish it but that should get you going.