bokeh / jupyter_bokeh

An extension for rendering Bokeh content in JupyterLab notebooks
BSD 3-Clause "New" or "Revised" License
253 stars 48 forks source link

Version compatibility with jupyterlab and bokeh? #58

Closed ericdill closed 5 years ago

ericdill commented 5 years ago

Can you help me understand how the jupyterlab_bokeh extension versions are interoperable with the bokeh and jupyterlab versions?

I'm not suggesting that this is the best solution, but jupyterlab-manager publishes in their readme the version compatibilities. Something similar would be very useful here.

canavandl commented 5 years ago

Hi @ericdill

You raise a good point re: the difficulty of figuring out interoperable versions of things. I'll open a PR to add the below to the README.md and ping you for a review.

...

The core Bokeh library is generally version independent of JupyterLab and this jupyterlab_bokeh extension for versions of bokeh>=0.12.0.

Our goal is that jupyterlab_bokeh minor releases (using the SemVer pattern) are made to follow JupyterLab minor release bumps and micro releases are for new jupyterlab_bokeh features or bug fix releases. We've been previously inconsistent with having the extension release minor version bumps track that of JupyterLab, so users seeking to find extension releases that are compatible with their JupyterLab installation may refer to the below table.

JupyterLab jupyterlab_bokeh
0.34.x 0.6.2
0.35.x 0.6.3
canavandl commented 5 years ago

fixed by #59