完成 Panel 用户指南 - 此页面 ( https://panel.pyviz.org/user_guide/Components.html ) 上使用 .extend 的任何示例似乎都不起作用并且正在返回
AttributeError: 'Tabs' object has no attribute 'extend'
而 gridspec 示例返回:
AttributeError: module 'panel' has no attribute 'GridSpec'
目前使用面板 0.3.1
本