This package has been deprecated

Author message:

use @bokeh/jupyter_bokeh instead

jupyterlab_bokeh
TypeScript icon, indicating that this package has built-in type declarations

0.6.3 • Public • Published

jupyterlab_bokeh

A JupyterLab extension for rendering Bokeh content

Prerequisites

  • JupyterLab

Installation

To install the latest version:

jupyter labextension install jupyterlab_bokeh

To install a specific version:

jupyter labextension install jupyterlab_bokeh@x.y.x

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

To incrementally rebuild the extension and JupyterLab after changes you can run

npm run watch

and in another terminal run

jupyter lab --watch

Testing

There is a directory named test_cases which contains a collection of notebooks that cover the various jupyterlab_bokeh functionalities. If you update the extension for new JupyterLab releases, please manually execute each and check that the expected behavior occurs. If you extend the jupyterlab_bokeh, please add a new notebook that covers the new functionality.

/jupyterlab_bokeh/

    Package Sidebar

    Install

    npm i jupyterlab_bokeh

    Weekly Downloads

    15

    Version

    0.6.3

    License

    BSD-3-Clause

    Unpacked Size

    14 kB

    Total Files

    11

    Last publish

    Collaborators

    • philippjfr
    • bokeh-service-backup
    • mattpap
    • bigreddot
    • bokeh-service