Bokeh charts ModuleNotFoundError: No module named 'bokeh.charts'

I couldn’t import bokeh.charts after updating Bokeh version 0.12.10 !!


<details class='elided'>
<summary title='Show trimmed content'>&#183;&#183;&#183;</summary>

On Friday, October 27, 2017 at 1:19:28 PM UTC-4, Raha Asadimehr wrote:
> I couldn't import bokeh.charts after updating  Bokeh version 0.12.10 !!

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-214-7e55b7d890ef> in <module>()
----> 1 from bokeh.charts import Histogram
      2
      3 p = Bar(df_source, label='yr', values='node_size', agg='sum',
      4         title="Distribution de nombre de connection ")
      5
 

ModuleNotFoundError: No module named ‘bokeh.charts’

The old bokeh.charts was deprecated quite a long time ago, and has recently been removed to a separate project bkcharts. You could now install this separately, but please know that bkcharts is currently unmaintained, and is unlikely to function completely with newer versions of core Bokeh. You can look to HoloViews (http://holoviews.org/\) for a very high level API built to on Bokeh that is actively maintained and supported, or use the stable bokeh.plotting API.

Thanks,

Bryan

···

On Oct 27, 2017, at 12:19, Raha Asadimehr <[email protected]> wrote:

I couldn't import bokeh.charts after updating Bokeh version 0.12.10 !!

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/07ece0d3-a9ec-4964-bdd1-5ace6454b29c%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.