Closed
Description
Hi guys,
From this tutorial,
http://nbviewer.jupyter.org/gist/chriddyp/9827cb5086cfab8da092/Widgets%20-%20Contour%20Plotter.ipynb
I execute this code snippets in Jupyter
import plotly.plotly as py
from plotly.graph_objs import *
import plotly.tools as tls
import json
import numpy as np
import math
from IPython.display import display
from plotly.widgets import GraphWidget
contour_plot = GraphWidget('https://plot.ly/~bronsolo/63')
line_plot = GraphWidget('https://plot.ly/~chris/2150')
display(contour_plot)
display(line_plot)
But it doesn't show any plot in Jupyter. In fact, any graphwidget that I created also didn't show any plot in Jupyter. Please advice. Thanks!
Metadata
Metadata
Assignees
Labels
No labels