Skip to content

Commit e35079f

Browse files
authored
FIX - Remove broken Plotly example until fixed (#2124)
Temporary fix #2123
1 parent 59b7043 commit e35079f

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

Diff for: docs/examples/pydata.ipynb

-29
Original file line numberDiff line numberDiff line change
@@ -110,35 +110,6 @@
110110
"ax.scatter(data[0], data[1], c=data[2], s=3)"
111111
]
112112
},
113-
{
114-
"cell_type": "markdown",
115-
"metadata": {},
116-
"source": [
117-
"## Plotly\n",
118-
"\n",
119-
"The HTML below shouldn't display, but it uses RequireJS to make sure that all\n",
120-
"works as expected. If the widgets don't show up, RequireJS may be broken."
121-
]
122-
},
123-
{
124-
"cell_type": "code",
125-
"execution_count": null,
126-
"metadata": {},
127-
"outputs": [],
128-
"source": [
129-
"import plotly.express as px\n",
130-
"import plotly.io as pio\n",
131-
"\n",
132-
"\n",
133-
"pio.renderers.default = \"notebook\"\n",
134-
"\n",
135-
"df = px.data.iris()\n",
136-
"fig = px.scatter(\n",
137-
" df, x=\"sepal_width\", y=\"sepal_length\", color=\"species\", size=\"sepal_length\"\n",
138-
")\n",
139-
"fig"
140-
]
141-
},
142113
{
143114
"cell_type": "markdown",
144115
"metadata": {},

0 commit comments

Comments
 (0)