The blocks-extras
repository contains a variety of useful extensions to
Blocks. The goal of this repository is for people to share useful extensions,
bricks, and other code snippets that are perhaps not general enough to go into
the core Blocks repository.
Clone to a directory of your choice.
$ git clone git@github.com:mila-udem/blocks-extras.git
from blocks_extras.extensions.plotting import Plot
Due to significant architectural changes upstream in Bokeh, the Plot extension
is currently incompatible with Bokeh ≥ 0.11. A reimagined Plot
extension will
probably require some sort of data storage backend of its own. Please see
blocks-extras
issue #35 if you are interested in helping move this situation
forward. Until then, please use Bokeh 0.10 if you are interested in using the Plot
extension.