hackingmaterials / matminer_examples

A repo of examples for the matminer (https://github.com/hackingmaterials/matminer) code
Other
103 stars 60 forks source link

using figrecipes in google colab #59

Open ghost opened 4 years ago

ghost commented 4 years ago

hei

i use module from matminer.figrecipes.plot import PlotlyFig and i try this basic code

A Simple XY plot

pf = PlotlyFig(title="Basic Example", mode='notebook')

Inputs are tuples contain a list of x variables and y variables

pf.xy(([1, 2, 3], [4, 5, 6]))

but the plot not showed

so, can you tell how to show this plot in google colab ?

Anotasi 2020-07-13 020738

ardunn commented 4 years ago

What version of matminer are you using? And which version of plotly?