Hi there,
First of all thank you for the great library!
Quick q: is Bokeh compatible with jython? http://www.jython.org/faq3.html
Cheers,
Fabrizio
Hi there,
First of all thank you for the great library!
Quick q: is Bokeh compatible with jython? http://www.jython.org/faq3.html
Cheers,
Fabrizio
Hi Fabrizio,
currently a dependency on NumPy has crept into Bokeh. There is an open issue to try and make this an entirely optional dependency once again. I would say until this happens, Bokeh may be problematic to use with Jython (AFAIK Numpy is not available for Jython). Beyond that, you can have a look at the conda recipe for Bokeh to get some idea of both the runtime and server requirements:
https://github.com/ContinuumIO/bokeh/blob/master/conda.recipe/meta.yaml
Bryan
On Oct 16, 2014, at 11:03 AM, Fabrizio Fortino <[email protected]> wrote:
Hi there,
First of all thank you for the great library!
Quick q: is Bokeh compatible with jython? http://www.jython.org/faq3.html
Cheers,
Fabrizio--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/32b9ce51-f84a-4bc4-bb0e-85c0a350864f%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
Hi,
On Thu, Oct 16, 2014 at 8:07 PM, Bryan Van de Ven [email protected] wrote:
Hi Fabrizio,
currently a dependency on NumPy has crept into Bokeh.
Bokeh doesn’t import in jython. six fails with:
Jython 2.7b2 (default:a5bc0032cf79+, Apr 22 2014, 21:20:17)
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.7.0_55
Type “help”, “copyright”, “credits” or “license” for more information.
import bokeh
Traceback (most recent call last):
File “”, line 1, in
File “bokeh/init.py”, line 4, in
from . import utils
File “bokeh/utils.py”, line 11, in
from six.moves.urllib.parse import urljoin as sys_urljoin
ImportError: No module named urllib
Mateusz
There is an open issue to try and make this an entirely optional dependency once again. I would say until this happens, Bokeh may be problematic to use with Jython (AFAIK Numpy is not available for Jython). Beyond that, you can have a look at the conda recipe for Bokeh to get some idea of both the runtime and server requirements:
[https://github.com/ContinuumIO/bokeh/blob/master/conda.recipe/meta.yaml](https://github.com/ContinuumIO/bokeh/blob/master/conda.recipe/meta.yaml)
Bryan
On Oct 16, 2014, at 11:03 AM, Fabrizio Fortino [email protected] wrote:
Hi there,
First of all thank you for the great library!
Quick q: is Bokeh compatible with jython? http://www.jython.org/faq3.html
Cheers,
Fabrizio
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/32b9ce51-f84a-4bc4-bb0e-85c0a350864f%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/4527812A-BAB6-48E6-A64A-D958975F36C5%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.