Description
Hi,
i am using the latest docker image and the example data. It seems like the bokeh library isn't loaded properly.
Steps to reproduce
- use docker image
- use the example data
- create project -> data -> features
- click on the feature set, error is caught in console as it's failing to plot ( i guess)
Problem
I suppose there should be graphs appearing if i click on the "Features".
Error message
bundle.js:30198 Uncaught (in promise) ReferenceError: Bokeh is not defined at bokeh_render_plot (bundle.js:30198) at ref (bundle.js:30252) at attachRef (bundle.js:86965) at Object.ReactRef.attachRefs (bundle.js:86987) at ReactDOMComponent.attachRefs (bundle.js:14220) at CallbackQueue.notifyAll (bundle.js:22270) at ReactReconcileTransaction.close (bundle.js:86843) at ReactReconcileTransaction.closeAll (bundle.js:16853) at ReactReconcileTransaction.perform (bundle.js:16800) at ReactUpdatesFlushTransaction.perform (bundle.js:16787)