I am trying to create a data table that has first column frozen when I scroll to the right. There is the attribute, frozen_columns in the documentation but I get an attribute error when I add it in there. Otherwise the table works fine, the first column is just not frozen.
Are you looking at the documentation version that corresponds to the package version you have installed? IIRC frozen_columns is a recent addition, so if your installed version of Bokeh is older than that, you would need to upgrade to use it.