Mateusz Paprocki
Mateusz Paprocki
Can you show how you run IScala and resolve/import dependencies? I tried `org.apache.spark` in console and notebook under 2.10, both using command line (`-m` option) or through `%libraryDependencies` and `%update`,...
There is a very unfortunate bug currently in `master`. Mainly, after the interpreter is started, you can't change the classpath. This used to work and `%reset` was sufficient to achieve...
This will be possible in IPython 3(-dev) (no support yet). As for (currently stable) 2.x series, some hacks are possible, but as far as I can tell, there is no...
OK, so I finally implemented a preliminary version of display framework. You can see the results in https://github.com/mattpap/IScala/blob/master/examples/Display.ipynb. To get this working, you have to run the kernel with `-m...
@paulomagalhaes, I presume you're a osx user? If so, there is an issue with case-sensitive class names. I will fix this soon.
@paulomagalhaes, this should be fixed by now. If now, you should get at least a more meaningful error message.
> Is there any sensible way of putting arrows on the lines? I don't think so but I may be missing some (new?) Bokeh features Arrow heads can be added...
@jbednar, is there anything in particular that has been changed a lot recently? I looked at the code in `datashader.bokeh_ext` and didn't find too many references to bokehjs' APIs.
We need to let `BokehModel` listen to the underlying model's changes and refresh its `render_bundle`.
> Maybe there's an alternative way of linking the plot ranges on the js level without sharing the Range object between the plots? You can always link manually, by setting...