Yu SU
Yu SU
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce export function stackbarplot (_data){ var series = [] for(let i=0; i< _data['category_1'].length ; i++){ series.push({ name:...
As the title says could you provide an API for get all the timely transaction record on the uniswap about some two token. Thanks
### Problem I am using IPython HTML to load css to jupyter lab. It works well if I keep the browser alive. However, after the kernel is end and the...
我在jupyter lab中渲染echarts-gl (2.0.8)的3D图, 单击鼠标后拖动只能很小的范围,之后需要重新点击才能再次拖动。而不能像在echarts-example中一样点击住后可以随意转动。 请问这个是jupyter lab本身动作的限制吗? 但是我渲染别的echarts一维图,例如拖动网络节点则十分smooth,有什么解决方法吗?谢谢
What I am doing is like this, I want to display the data where I select.  The selected data is oberved and stored in a traitlets class well. However,...
I want to display the observe function result in widgets.Output() instead of current frame. So I tried two ways. 1. data_output = widgets.Output() def show_dataframe(change): with data_output: clear_output() display(data_frame.iloc[change['new']][:10]) js2py_memory.observe(show_dataframe,...
I want to render the ui I developed to a new web window, instead of jupyter frame. Is it possible?
The selection function cannot trigger traitlets observe. I am using select(), trying to realize control table both with manual and with function. The observe function of table is only triggered...
你好,你的ipfs下载端口在哪个js调用的,我没有看到cat或者get在你的js文件中,那是怎么得到ipfs端的图片的呢,谢谢!
I use IPython HTML to load custom js like `HTML(custom js content)` works well in notebook on version 5.x and 7.x. But fail in 6.x. The IPython HTML cannot find...