jupyter / declarativewidgets

[RETIRED] Jupyter Declarative Widget Extension
http://jupyter.org/declarativewidgets/docs.html
Other
120 stars 38 forks source link

fix bower command issue on windows #543

Closed haobibo closed 7 years ago

haobibo commented 7 years ago

On windows, use cmd /C bower for UrthImportHandler.get() so that GET request to http://jupyter_notebook:8888/urth_import can work.

lbustelo commented 7 years ago

Once I get #532, then I can start reliably accepting/testing PRs... Thanks for the contribution.

haobibo commented 7 years ago

sure @lbustelo

lbustelo commented 7 years ago

@haobibo Please rebase with master

haobibo commented 7 years ago

@lbustelo rebased and all checks passed.