ipython-file-upload icon indicating copy to clipboard operation
ipython-file-upload copied to clipboard

Install nbextensions via `setup.py`

Open peteut opened this issue 8 years ago • 2 comments

As suggested by @oschuett, nbextensions shall be installed via setup.py. Refer to widget-cookiecutter for a template.

peteut avatar Aug 17 '17 15:08 peteut

See also migration_guides.

peteut avatar Aug 17 '17 16:08 peteut

Hi ! Currently working on extending your widget to support multiple file uploads #5. To start on a clean base I used widget-cookiecutter as suggested. Working code is available here (it's an exact clone regarding features, no multiple file uploading yet).

I'm a newbie at contributing to open-source projects. I know the fork+PR way is preferred but it was easier to let cookiecutter build the whole structure from scratch instead of going through all them copy-pastes. Let me know if it helps anyway !

lsdch avatar Dec 12 '17 11:12 lsdch