ipython-file-upload
ipython-file-upload copied to clipboard
IPython file upload widget. Now obsolete, refer to widgets.https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#File-Upload
Hi and thanks for your code. The widget hangs when I try to upload a big file (126 Mb) - even with a local notebook server. How can this be...
In ipywidgets 7.0, attributes can be binary and will then be synced with binary messages. That may make a big difference for large files (instead of base64 encoding them). Also,...
adding an example to get the path (https://github.com/peteut/ipython-file-upload/issues/18) to make it easier to open an uploaded file with tools that don't support buffered IO directly.
As suggested by @oschuett, `nbextensions` shall be installed via `setup.py`. Refer to [widget-cookiecutter](https://github.com/jupyter-widgets/widget-cookiecutter) for a template.
Can't seem to figure out where this is uploading the file. Tried on remote server + localhost with no success. I get no errors or warnings, it prints 'uploaded' but...
https://github.com/blueimp/jQuery-File-Upload
still not working on Windows - tried latest PyPi and master. note that this demo is working: https://github.com/ipython/ipywidgets/blob/master/docs/source/examples/File%20Upload%20Widget.ipynb
``` dta@dta-Inspiron-N5050 ~ $ jupyter nbextension install --py fileupload Installing /home/dta/anaconda3/lib/python3.5/site-packages/fileupload/static -> fileupload Traceback (most recent call last): File "/home/dta/anaconda3/bin/jupyter-nbextension", line 11, in sys.exit(main()) File "/home/dta/anaconda3/lib/python3.5/site-packages/jupyter_core/application.py", line 267, in launch_instance...
Without CI and some basic tests, it is hard to believe that something is working in this extension. At least people can look at YAML and installation logs to see...