It looks like passing `notebook=True` to mpl.to_bokeh will stop the file and tab creation. I'll make an issue to investigate whether this interface needs some changing.
Thanks,
Bryan
···
On Apr 17, 2015, at 5:10 AM, Jonathan Napitupulu <[email protected]> wrote:
Hi guys,
I'm trying to use pandas plotting and bokeh. But it keeps opening a new tab. Here's my code, I make this in a cell ipython notebook:
from bokeh import mpl
import bokeh.plotting as bk
import pandas as pd
import numpy as np
That is really weird, this will require more investigation then, unfortunately. Can you make an issue on the GH issue tracker so that more of the team can be engaged in the discussion:
Please include as much information about versions (bokeh, ipython, python, etc.) and platform (OS, browser, etc.) as possible as well as the script to reproduce the problem.
Thanks,
Bryan
···
On Apr 17, 2015, at 9:20 AM, Jonathan Napitupulu <[email protected]> wrote:
Hi Bryan,
I have tried all the possible option in show() and to_bokeh(), including notebook=True.
Unfortunately, this doesn't solve the problem.
When I tried to combine with ipython.html.widgets.interact, it continuously open new window as I change the slider.
Thank you for looking into this problem, and for creating bokeh!
On Friday, April 17, 2015 at 5:10:16 PM UTC+7, Jonathan Napitupulu wrote:
Hi guys,
I'm trying to use pandas plotting and bokeh. But it keeps opening a new tab. Here's my code, I make this in a cell ipython notebook:
from bokeh import mpl
import bokeh.plotting as bk
import pandas as pd
import numpy as np