Open mrkn opened 5 years ago
bokeh.embed.components() function cannot use in PyCall.without_gvl block.
bokeh.embed.components()
require 'pycall' plotting = PyCall.import_module('bokeh.plotting') embed = PyCall.import_module('bokeh.embed') plot = plotting.figure() plot.circle([1, 2], [3, 4]) PyCall.without_gvl do components = embed.components(plot) ## <--- freeze here p components end
This issue is the successor of #85.
bokeh.embed.components()
function cannot use in PyCall.without_gvl block.This issue is the successor of #85.