Skip to content

draperjames/fileupload2binder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up a using the fileupload widget Jupyter Notebook environment via binder

Binder

Click the binder badge above to start a new binder virtual machine.

postBuild

jupyter contrib nbextension install --user
jupyter nbextension enable --py widgetsnbextension
jupyter nbextension enable python-markdown/main

# Add the fileupload module.
jupyter nbextension install --user --py fileupload
jupyter nbextension enable  --user --py fileupload

# Notebooks w/ extensions that auto-run code must be "trusted" to work the first time
jupyter trust index.ipynb

requirements.txt

ipywidgets
jupyter_contrib_nbextensions
fileupload

Releases

No releases published

Packages

No packages published