-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Headless Offline Plotting fails #3
Comments
I suspect you might not have Python package cufflinks installed? You might also need to check the chartconstants.py file (eg. plotly_plot_mode = 'offline_html' # 'online', 'offline_jupyter') |
@saeedamen can the dependency on cufflinks be removed? Cufflinks requires |
@Immortalin it's a bit difficult to remove the Cufflinks depenency. I use Cufflinks to make the underlying Plotly API easier to call (and use directly with pandas DataFrames). Also I suspect many users will end up using it to plot in IPython notebooks anyway. I give the option though of directing the plots to different outputs though, HTML online/offline and IPython too. |
help me please i am a student and i based my research paper on iplot i have a serious problem from yesterday i tried to find solution with pasting errors but with no result ModuleNotFoundError: No module named 'plotly.subplots' in the terminal |
Hi! Plotting fails when ran headlessly i.e. without iPython notebook, just the python interpreter due to the
iplot
function.E.g.
python canvas_demo.py
givesThe text was updated successfully, but these errors were encountered: