Colabtools: Plotly blank graph

Created on 13 Jun 2018  路  1Comment  路  Source: googlecolab/colabtools

Colab doesn't support offline plotly iplot. Just an example code:

plotly.offline.iplot(choromap)

or

iplot(choromap)

Just gives an empty or blank output with some height. That works fine on jupyter notebook.

Most helpful comment

Yes, colab iframes each output, which means that some code will require modification.

A sample of using plotly is in the docs.

>All comments

Yes, colab iframes each output, which means that some code will require modification.

A sample of using plotly is in the docs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rtumac picture rtumac  路  4Comments

blois picture blois  路  5Comments

mitmul picture mitmul  路  4Comments

Edouard2laire picture Edouard2laire  路  3Comments

nprandall picture nprandall  路  5Comments