About 115,000 results
Open links in new tab
  1. Data mining and analytical tools for radiation oncology (wxPython ...

    Jan 29, 2020 · About two years ago, I built an open-source data mining and analytics application for radiation oncology clinics, entirely in bokeh. In the past several months, I’ve completely rewritten it with wxPython, while still using bokeh for plotting, and …

  2. Bokeh Embedded in GUI - Community Support - Bokeh Discourse

    Aug 7, 2014 · It would get me started if you would make a short example showing how to make a simple bokeh plot in a wxPython app and connect a drop-down box or listbox to the plot. (I am new to the GUI building tools in Python since I use Matlab.)

  3. python 2.7 - display a bokeh graph in wxpython - Stack Overflow

    Mar 9, 2016 · Until this issue is formally resolved, you won't be able to show them inside of wxPython unless you use wxPython's webview widget. The webview widget is basically a wrapper around webkit (Linux / Mac) so theoretically you could use that to view a …

  4. python - Bokeh and how to make it into a GUI - Stack Overflow

    Apr 12, 2018 · You can find much more details about creating and deploying Bokeh applications in the Running a Bokeh Server chapter of the docs. Here is a complete (but simpler) example that demonstrates the basic gist and structure:

  5. How do I work with images in Bokeh (Python) - Stack Overflow

    Jan 7, 2016 · Bokeh has Image (scalar data, to color map), ImageRGBA (raw RGBA data) and ImageURL (images loaded over the network). This would make a good feature request on the GitHub issue tracker. You can use the ImageURL glyph (image_url plot method)to load images locally or from the web.

  6. Python: Visualization with Bokeh - Mouse Vs Python

    Jul 27, 2016 · The Bokeh project is really interesting and provides a simple, easy-to-use API for creating graphs, plots and other visualizations of your data. The documentation is quite well put together and includes lots of examples that showcase what this package can do for you.

  7. Bokeh + wxPython on Windows: no mouse drag functionality?

    Jul 29, 2019 · Has anyone had success making a wxPython application using Bokeh in Windows that also has mouse dragging functionality (e.g., panning)? I realize this isn’t explicitly a Bokeh issue… and it’s related to IE issues… but I’m stuck here. I suspect it’s related to ActiveX.

  8. wxpython里集成bokeh做可视化 | 从零实现AI量化投资平台 # 4

    在wxpython里使用wx.html2浏览器控件显示动态的html,使用bokeh来渲染回测结果。 在wxpython的gui里嵌入浏览器控件是容易的事情。 与普通控件类似,使用wx.html2.WebView.New (当前panel),然后添加到布局器里就可以正常使用了。 wxpython的gui编程,在界面部分有两件重要的事情,一是控件本身使用,这个相对简单,初始化组件,然后摆放到特定的问题,获取或者设置控件的值。 布局通常会用到两个sizer,一个是boxsizer,另一个是gridsizer。 boxsize分成 …

  9. wxpython里集成bokeh做可视化 | 从零实现AI量化投资平台

    Nov 1, 2021 · 在wxpython里使用wx.html2浏览器控件显示动态的html,使用bokeh来渲染回测结果。 在wxpython的gui里嵌入浏览器控件是容易的事情。 与普通控件类似,使用wx.html2. WebView.New (当前panel),然后添加到布局器里就可以正常使用了。 wxpython的gui编程,在界面部分有两件重要的事情,一是控件本身使用,这个相对简单,初始化组件,然后摆放到特定的问题,获取或者设置控件的值。 布局通常会用到两个sizer,一个是boxsizer,另一个是gridsizer …

  10. Bokeh

    With a wide array of widgets, plot tools, and UI events that can trigger real Python callbacks, the Bokeh server is the bridge that lets you connect these tools to rich, interactive visualizations in the browser. Data scientists and developers appreciate Bokeh’s powerful APIs.

Refresh