Hi
I would like to update my package awesome-panel-extensions in preparation for the upcoming panel 0.10 release.
The awesome-panel-extensions package is also a bokeh extensions package created via bokeh init --interactive. In order to use Bokeh in the extension in the same way as Panel does I did the below changes
Now I’m trying to upgrade @bokeh. I tried running
npm update bokehjs
npm update @bokehjs --save
npm update @bokeh --save
npm update -g
(I’m not normally using npm so I just experimenting here).
But nothing happens. My package-lock.json still looks like
and the package.json of the installed @bokeh package
Any help is appriciated. Thanks.



