• This repository has been archived on 11/Oct/2023
  • Stars
    star
    135
  • Rank 269,297 (Top 6 %)
  • Language
    Scala
  • License
    MIT License
  • Created almost 11 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Scala bindings for Bokeh plotting library

bokeh-scala

Scala bindings for Bokeh plotting library.

Build Status

Requirements

Usage

Binary release artifacts are published to Sonatype OSS and synced to Maven Central. To include latest stable version of bokeh in your project, use:

libraryDependencies += "io.continuum.bokeh" %% "bokeh" % "0.6"

Development snapshots are available as well. To use this you have to add Sonatype's snapshots repository to your build:

resolvers += Opts.resolver.sonatypeSnapshots
libraryDependencies += "io.continuum.bokeh" %% "bokeh" % "0.7-SNAPSHOT"

See this sample project for detailed integration example.

Documentation

API documentation (scaladoc) is available for stable and development versions.

Development

Install nodejs. This is required to build bokehjs. Then:

$ git clone --recursive https://github.com/bokeh/bokeh-scala.git
$ cd bokeh-scala
$ ./sbt
> examples/runMain io.continuum.bokeh.examples.models.Anscombe

or

> examples/runAll

Support

Submit any questions and suggestions to Bokeh's mailing list and report any Scala-specific issues in the issue tracker. Issues directly related bokeh or bokehjs, please report in the bokeh's issue tracker.

License

Copyright © 2014-2016 by Mateusz Paprocki and contributors.

Published under The MIT License, see LICENSE.

More Repositories

1

bokeh

Interactive Data Visualization in the browser, from Python
TypeScript
19,117
star
2

bokeh-notebooks

Interactive Web Plotting with Bokeh in IPython notebook
Jupyter Notebook
736
star
3

rbokeh

R interface to Bokeh http://hafen.github.io/rbokeh/
R
313
star
4

jupyter_bokeh

An extension for rendering Bokeh content in JupyterLab notebooks
TypeScript
252
star
5

demo.bokeh.org

Hosted Bokeh App Demos
HCL
25
star
6

ipywidgets_bokeh

Allows embedding of Jupyter widgets in Bokeh applications.
TypeScript
24
star
7

bkcharts

Optional High Level charts API built on top of Bokeh
Python
24
star
8

tutorial

Notebooks and presentation materials for Bokeh tutorials
Jupyter Notebook
20
star
9

bokeh-django

Support for running Bokeh on Django
Python
14
star
10

bokeh-scala-sample

Sample application showing integration with bokeh-scala
Scala
12
star
11

outreach-programs

A space to coordinate outreach programs like Outreachy and Google Season of Docs.
11
star
12

dataviz-fundamentals

Plots from "Fundamentals of Data Visualization", a book by Claus O. Wilke, created using Bokeh.
Jupyter Notebook
8
star
13

blog.bokeh.org

Jekyll GitHub Pages blog site
JavaScript
6
star
14

bokeh-fastapi

Python
6
star
15

bokeh.org

Static top-level "brand" page
HTML
6
star
16

conduct.bokeh.org

QuestionScout form for submitting CoC reports
HTML
2
star
17

gloo2

WebGL helpers for bokehjs
JavaScript
2
star
18

bokehjs-examples

Examples of integrating bokehjs with other libraries or tooling (e.g. webpack)
JavaScript
2
star
19

bokehrs

Rust-based tooling, APIs, etc. for bokeh and bokehjs
Rust
1
star
20

slack-invite.bokeh.org

QuestionScout form for requesting an invitation to the Bokeh Dev Slack workspace
HTML
1
star
21

pm

Project Management resources for the Bokeh Organization
HTML
1
star
22

chromium

1
star
23

bokeh_sampledata

Sample datasets for Bokeh examples
Python
1
star