Is there a way to include non-minified versions of javascript modules?

I’m using panel.show() on a custom panel and I get a javascript error within bokeh.min.js. Is there a non minified version of the module? Can it be loaded for debug purposes?

@philippjfr

You should be able to set the BOKEH_MINIFIED=false environment variable.