examples

Scala bindings for Bokeh plotting library

License

License

GroupId

GroupId

io.continuum.bokeh
ArtifactId

ArtifactId

examples_2.11
Last Version

Last Version

0.7
Release Date

Release Date

Type

Type

jar
Description

Description

examples
Scala bindings for Bokeh plotting library
Project URL

Project URL

http://bokeh.pydata.org
Project Organization

Project Organization

io.continuum.bokeh
Source Code Management

Source Code Management

https://github.com/bokeh/bokeh-scala

Download examples_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/io.continuum.bokeh/examples_2.11/ -->
<dependency>
    <groupId>io.continuum.bokeh</groupId>
    <artifactId>examples_2.11</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.continuum.bokeh/examples_2.11/
implementation 'io.continuum.bokeh:examples_2.11:0.7'
// https://jarcasting.com/artifacts/io.continuum.bokeh/examples_2.11/
implementation ("io.continuum.bokeh:examples_2.11:0.7")
'io.continuum.bokeh:examples_2.11:jar:0.7'
<dependency org="io.continuum.bokeh" name="examples_2.11" rev="0.7">
  <artifact name="examples_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.continuum.bokeh', module='examples_2.11', version='0.7')
)
libraryDependencies += "io.continuum.bokeh" % "examples_2.11" % "0.7"
[io.continuum.bokeh/examples_2.11 "0.7"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
io.continuum.bokeh : bokeh_2.11 jar 0.7
io.continuum.bokeh : sampledata_2.11 jar 0.7
org.scalanlp : breeze_2.11 jar 0.11.2
com.github.scopt : scopt_2.11 jar 3.3.0

test (1)

Group / Artifact Type Version
org.specs2 : specs2_2.11 jar 2.3.11

Project Modules

There are no modules declared in this project.

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.

io.continuum.bokeh

Bokeh

Interactive Data Visualization

Versions

Version
0.7
0.6
0.5
0.4
0.3
0.2