Julia bindings for the Bokeh plotting library.
Although Bokeh is mainly a Python library, all the actual plotting happens in the browser using BokehJS. This package wraps BokehJS directly without using Python.
Here is an example from the gallery:
pkg> add Bokeh
Then head over to the documentation.