I'm trying to create an environment in which I develop Python code with PyCharm while at the same time creating interactive charts using holoviews and bokeh.
I followed steps in Holoview Introduction and it works in Jupyter notebook - the charts are nicely interactive indeed. However, when I run the same code in PyCharm's Python Console, no charts or browser shows up.
In contrast, when I directly call bokeh's methods, as in this example, a browser launches and I can manipulate the charts interactively. I would like to achieve this using holoviews (+bokeh).
Many thanks for your help in advance.
My libraries:
- Python 3.4.5
- holoviews 1.8.1
- bokeh 0.12.6
- param 1.5.1
- ipython 6.1.0
- jupyter 1.0.0
- pandas 0.20.3
- numpy 1.13.1
- scipy 0.19.1