I am really excited that now dash-daq is MIT licensed, and eager to try it out. However, when I try to run the following code, I got error loading dependencies.
Here are the package versions I am using:
dash == 0.36.0
dash-html-components == 0.13.5
dash-core-components == 0.43.0
dash-table ==3.1.11
dash-renderer == 0.17.0
My default browser is Chrome.
Thanks in advance.
I copy-pasted your block of code to run in jupyter notebook.
However, I got error loading dependencies again.
Does this have something to do with the new version of dash?
Here are the package and versions that I am using:
dash == 0.37.0
dash-html-components == 0.13.5
dash-core-component == 0.43.1
dash-table == 3.4.0
dash-renderer == 0.18.0
My default browser is Chrome as well.
@almond I’ve tried the example code against 0.1.2 and it’s indeed not working. Updating daq to 0.1.4 seems to solve the problem (with and without serve_locally). Talking with the daq maintainer, I’m told there was an issue with the 0.1.2 build… would you mind giving this another run?