Add FileDropper widget #10293
Annotations
2 errors
Test Examples:
examples/reference/widgets/FileDropper.ipynb#L1
examples/reference/widgets/FileDropper.ipynb::Cell 6
Notebook cell execution failed
Cell 6: Cell execution caused an exception
Input:
pn.Row(file_dropper.controls(jslink=True), file_input)
Traceback:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[1], line 1
----> 1 pn.Row(file_dropper.controls(jslink=True), file_input)
NameError: name 'file_input' is not defined
|
Test Examples
Process completed with exit code 1.
|
Loading