I'm using canopy/enthought python. I did a full installation via peppy "pip install bokeh" and all installed well...most current version as well. I can do "import bokeh" with no error.
However I try:
"from bokeh.plotting import figure, show, output_file"
and get an import error:
ImportError: No module named plotting
I've tried reinstalling numerous times with no errors...can't figure it out. Would appreciate any help.
PROBLEM SOLVED - there was no issue at all, I'm just a goof...my python script that was doing the import etc. was named "bokeh.py" so of course there was an error in looking for boke.plotting!!!!
Thanks for the help.
Sorry , I got same error.
Can you help to give me some hint to solve this issue?
my code:
from bokeh.charts import Scatter, output_file, show
Error: ImportError: No module named Charts
@Sloan0708 for general support questions please go to the public mailing list:
https://groups.google.com/a/continuum.io/forum/#!forum/bokeh
Most helpful comment
Sorry , I got same error.
Can you help to give me some hint to solve this issue?
my code:
from bokeh.charts import Scatter, output_file, show
Error: ImportError: No module named Charts