Gilbert Brault
Gilbert Brault
Hello, @Aaron-Watters : I see that "newer widgets" don't need to be installed, no `jupyter labextension install ...` is needed Could jp_proxy_widget implement this feature? Thanks
Hello @Aaron-Watters : I have encountered an issue reading utf-8 files in windows and propose this patch. It use the io library, so not sure it works for Python 2.x!
load_css
I had an issue with using load_css in the back-end, providing an url for the resource. I did the following workaround - adding a front-end function loadResource - using it...
### Problem I use voilà to create UI for browsing SQL database, which I cache into SQLITE in memory for performance reasons. (I have many joins etc... => performance goes...
hello, Thanks for your work. Just to tell you I am in the process of integrating x_spreadsheet into Jupyter lab. you can go and see: https://gbrault.github.io/jpjwidgets/x_spreadsheet.html (it works still exporting...
I have a vast collection of .tpl files not written by me and would like to create some documentation about it. So I tried the getTags function, which is of...
I start again... No idea about this pip__py_cache__ issue
edit.py
Hello, thx for your nice effort. I was wondering if you made any progress on the edit.py module?
Thanks for this very good component could be helpful to add an example of read-only grid. Here is a skeleton: ```python query = "" # ... engine = None #......
Due to the fact the attributes specification is an object, the order of attributes cannot be enforced (object attributes order is random in JavaScript). Would be a nice enhancement to...