including a FileChooser (fc) as a widget into an interactive environment does not work, because the fc.observe('value') is not working.
This can be fixed by importing HasTraits from traitlets, and changing "value" from the current property into a unicode traitlet object.
The related pull request is:
#81
(Additional info in this discourse.jupyter discussion)
including a FileChooser (fc) as a widget into an interactive environment does not work, because the fc.observe('value') is not working.
This can be fixed by importing HasTraits from traitlets, and changing "value" from the current property into a unicode traitlet object.
The related pull request is:
#81
(Additional info in this discourse.jupyter discussion)