Bokeh.jl icon indicating copy to clipboard operation
Bokeh.jl copied to clipboard

Interactive plotting made easy

Bokeh.jl

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Stable Documentation Dev Documentation Test Status Docs Status Codecov

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.

🎨 Example

Here is an example from the gallery:

Mandelbrot example

📦 Install

pkg> add Bokeh

Then head over to the documentation.