jakevdp / ipywidgets-static

[obsolete] Static Widgets for IPython Notebooks
BSD 3-Clause "New" or "Revised" License
108 stars 24 forks source link

File upload widget #3

Closed cmckeague closed 3 years ago

cmckeague commented 10 years ago

I think a handy widget type would be to have a widget that allows data file to be uploaded.

Not sure if this should be just uploaded to a variable in the Python kernel or if it should be saved to disk in the Python cwd. I was playing with something on the weekend but have zero javascript experience so there was a learning curve that I hadn't got my head around. Will report back if I create something useful.

Some discussion of something similar here - http://python.6.x6.nabble.com/Best-approach-for-uploading-files-through-the-Notebook-td4979718.html