Skip to content

An IPython Notebook widget for letting users upload a file

License

Notifications You must be signed in to change notification settings

edvakf/nbupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbupload

An IPython Notebook widget for letting users upload a file

Install

pip install nbupload

Usage

In IPython Notebook cell;

%load_ext nbupload
FileUploaderWidget()

This creates a file input DOM element.

File selected is automatically uploaded to the server running IPython.

The file is saved to the working directory of the notebook by default. You can save it to a custom directory by supplying an optional argument.

FileUploaderWidget('/tmp')

About

An IPython Notebook widget for letting users upload a file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published