Following the tutorial, but trying to load a local copy of the jQuery UI CSS results in an error:
import jp_proxy_widget
from IPython.display import display
myCSStest = jp_proxy_widget.JSProxyWidget()
my_styles = "my_app/jquery-ui.css"
myCSStest.check_jquery()
myCSStest.load_css(my_styles)
myCSStest.js_init("""
element.html('<div><em class="random-style-for-testing">Styled widget element.</em></div>')
""")
display(myCSStest)
results in
Uninitialized Proxy Widget
new error message: TypeError: that.$$el.jQuery(...).prop is not a function