You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you Christine very much for sharing this. Any chance this will be updated for the newer Bokeh/Pandas releases. I have tried today to follow the video and the first two notebooks and found out they will not run under Bokeh 11.1. TimeSeries for example does not take an "index" argument; now there is an "x" argument. Even Pandas 0.17.1 does not accept an "index" argument in its read_csv function; I had to use the method "set_index" on the loaded data frame to get it to work. And the list goes on. So what say you? It would be a shame to leave this work to go to waste after such a very short time, wouldn't you agree?
The text was updated successfully, but these errors were encountered:
@chdoig Thanks so much for making this tutorial available - it's the only world map example I've been able to find, which is great for those in my field of research (weather/ocean/climate).
The updates required in order for things to work with the latest Bokeh release are actually fairly minimal:
There's the "index" issue in the TimeSeries example that was mentioned above
bokeh.plotting.cursession no longer exists, which impacts upon the Animate tutorial
As a Bokeh novice I have no idea what bokeh.plotting.cursession would need to be replaced with, so I was hoping you might know a solution?
Thank you Christine very much for sharing this. Any chance this will be updated for the newer Bokeh/Pandas releases. I have tried today to follow the video and the first two notebooks and found out they will not run under Bokeh 11.1. TimeSeries for example does not take an "index" argument; now there is an "x" argument. Even Pandas 0.17.1 does not accept an "index" argument in its read_csv function; I had to use the method "set_index" on the loaded data frame to get it to work. And the list goes on. So what say you? It would be a shame to leave this work to go to waste after such a very short time, wouldn't you agree?
The text was updated successfully, but these errors were encountered: