AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.71k stars 197 forks source link

Bokeh Option Unavailable #49

Closed AustinCaudill closed 2 years ago

AustinCaudill commented 2 years ago

Per the documentation, when setting chart_format to "bokeh," an interactive dashboard should be created in the Jupyter Notebook.

However, I am receiving the following error:

ValueError: Format 'bokeh' is not supported (supported formats: eps, jpeg, jpg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff)

AutoViML commented 2 years ago

Hi Austin @AustinCaudill You must upgrade to the latest version of AutoViz by doing: !pip install autoviz --upgrade

You should check out this example notebook for clues on how to set the chart format correctly: Example Notebook

AustinCaudill commented 2 years ago

That solved it, thank you.