Dzmitry Bahdanau
Dzmitry Bahdanau
+1, could you please add a license?
+1 You can try to restart the discussion in https://github.com/mila-udem/blocks/issues/696
Since the author of this stuff is currently not available, I will review this PR. But for that I might need a bit of time, so please wait for the...
Seems like `Plot` is actually not compatible with Bokeh 0.9 (see the error message below). Since our policy is to support the latest versions of the packages, this should be...
And I get the same error message when trying it with your IPython notebook, which is strange...
Travis build is also broken: https://travis-ci.org/mila-udem/blocks-examples/jobs/70233007 I am using 0.9.1, the same version was used for the build, so I guess if you update Bokeh you will experience the same...
Even without `x_axis_label` and `y_axis_label` plotting crashes for me with the latest Bokeh, see the message below. @mdda , can you reproduce it? ``` Blocks will attempt to run `on_error`...
For some reason on my laptop it still gives a weird JSON error. But apparently tests pass. I will also try with `blocks-examples` tests.
My error is reproduced on Travis: https://travis-ci.org/mila-udem/blocks-examples/jobs/70590204. Moreover, I've just realized that `Plot` is not tested in this repo, and I guess if it had been, we would have observed...
Actually, I think that catching Exception is fine, because as David said, it is a subclass of BaseException which indicates that an actual error has happened. And I don't think...