无法 select 散景工具
Unable to select bokeh tools
我一直很高兴地使用散景来创建情节。
但是,现在当我创建新图表或加载以前的图表时,我无法更改工具的选择。 选择工具不起作用
- 在 Chrome 设置中,我已将 javaScript 关闭并重新打开
- 在 Chrome 中,我还根据此处重置了设置
https://support.google.com/chrome/answer/3296214?hl=en
- 重启了好几次机器
- 使用不同的计算机,可以选择同一图表中的工具,所以它不是图表本身,我推测是浏览器
我的问题是,我还能怎样 "reset" Chrome?或者,如果不是浏览器,Bokeh 还依赖什么来允许工具选择?
(使用 Anaconda 3.4,Bokeh 0.9.1,Windows 7,Chrome 44.0.2403.107 m)
对于其他被此问题困扰的人,这里是解决方案:
它与 Chrome 期待我的(非触摸屏)笔记本电脑上的触摸屏有关。
按照下面的说明修复它。
http://docs.bokeh.org/en/0.10.0/docs/faq.html#are-the-tools-not-working-in-chrome-cromium
If you have a device with touchscreen capabilities, is possible that Chrome/Chromium is “flagged” to capture touch events which makes not possible to interact with the Bokeh tools with you mouse.
To solve this issue you need to configure Chrome/Cromium going to the url bar and pasting the following:
chrome://flags/#touch-events
then you will see something like:
Enable touch events Mac, Windows, Linux, Chrome OS Force touchscreen support to always be enabled or disabled, or to be enabled when a touchscreen is detected on startup (Automatic, the default). #touch-events
and a drop-down button that you have to set to Disabled.
不幸的是时间在流逝,四年后这个答案不再适用于 Chrome 74.0.3729.169.
有很多与 "touch" 相关的标志:
#touch-events(现在默认禁用)
和
#top-chrome-touch-ui
#disable-touch-adjustment
#enable-touch-drag-drop
#document-passive-event-listeners
#passive-event-listeners-due-to-fling
#enable-resampling-input-events
我已经以各种组合禁用了其他工具,Bokeh 工具的行为没有改变。需要随机点击几次鼠标才能使重置工具工作,或者转动 on/off 平移和缩放工具。
这些工具在 Firefox 和 Edge 中都能完美运行,所以这绝对是一个 Chrome 问题,仍未解决。
我一直很高兴地使用散景来创建情节。
但是,现在当我创建新图表或加载以前的图表时,我无法更改工具的选择。 选择工具不起作用
- 在 Chrome 设置中,我已将 javaScript 关闭并重新打开
- 在 Chrome 中,我还根据此处重置了设置 https://support.google.com/chrome/answer/3296214?hl=en
- 重启了好几次机器
- 使用不同的计算机,可以选择同一图表中的工具,所以它不是图表本身,我推测是浏览器
我的问题是,我还能怎样 "reset" Chrome?或者,如果不是浏览器,Bokeh 还依赖什么来允许工具选择?
(使用 Anaconda 3.4,Bokeh 0.9.1,Windows 7,Chrome 44.0.2403.107 m)
对于其他被此问题困扰的人,这里是解决方案:
它与 Chrome 期待我的(非触摸屏)笔记本电脑上的触摸屏有关。 按照下面的说明修复它。
http://docs.bokeh.org/en/0.10.0/docs/faq.html#are-the-tools-not-working-in-chrome-cromium
If you have a device with touchscreen capabilities, is possible that Chrome/Chromium is “flagged” to capture touch events which makes not possible to interact with the Bokeh tools with you mouse.
To solve this issue you need to configure Chrome/Cromium going to the url bar and pasting the following:
chrome://flags/#touch-events
then you will see something like:
Enable touch events Mac, Windows, Linux, Chrome OS Force touchscreen support to always be enabled or disabled, or to be enabled when a touchscreen is detected on startup (Automatic, the default). #touch-events
and a drop-down button that you have to set to Disabled.
不幸的是时间在流逝,四年后这个答案不再适用于 Chrome 74.0.3729.169.
有很多与 "touch" 相关的标志:
#touch-events(现在默认禁用)
和
#top-chrome-touch-ui
#disable-touch-adjustment
#enable-touch-drag-drop
#document-passive-event-listeners
#passive-event-listeners-due-to-fling
#enable-resampling-input-events
我已经以各种组合禁用了其他工具,Bokeh 工具的行为没有改变。需要随机点击几次鼠标才能使重置工具工作,或者转动 on/off 平移和缩放工具。
这些工具在 Firefox 和 Edge 中都能完美运行,所以这绝对是一个 Chrome 问题,仍未解决。