St_Hakky’s blog

Data Science / Human Resources / Web Applicationについて書きます

【Plotly】jupyter notebook上でofflineで使う方法

こんにちは。

いつも忘れるので、備忘録。

Jupyter Notebook上で使うときの方法

import plotly.graph_objs as go
from plotly.offline import init_notebook_mode, plot, iplot

init_notebook_mode(connected=True)