Closed haobibo closed 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.
cmd /C bower
UrthImportHandler.get()
Once I get #532, then I can start reliably accepting/testing PRs... Thanks for the contribution.
sure @lbustelo
@haobibo Please rebase with master
@lbustelo rebased and all checks passed.
On windows, use
cmd /C bower
forUrthImportHandler.get()
so that GET request to http://jupyter_notebook:8888/urth_import can work.