Skip to content

Commit

Permalink
Revert "Remove renderer = 'notebook' from files"
Browse files Browse the repository at this point in the history
This reverts commit 56f00c1.
  • Loading branch information
raphaeltimbo committed Aug 22, 2024
1 parent 56f00c1 commit 7e5a71a
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/example_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_10.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"from ross.probe import Probe\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_11.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"from ross.probe import Probe\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_12.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"from ross.probe import Probe\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_13.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"import plotly.graph_objects as go\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_14.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"import plotly.graph_objects as go\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_15.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"from ross.probe import Probe\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_16.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"import plotly.graph_objects as go\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_17.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"from IPython.display import display\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_18.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"from IPython.display import display\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_19.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"from IPython.display import display\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"import ross as rs\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_20.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"from IPython.display import display\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_21.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"from IPython.display import display\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_22.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"from IPython.display import display\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_23.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"import plotly.graph_objects as go\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_24.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"from IPython.display import display\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"import plotly.graph_objects as go\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"import plotly.graph_objects as go\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"import plotly.graph_objects as go\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_6.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"import plotly.graph_objects as go\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/example_8.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"import plotly.graph_objects as go\n",
"import plotly.io as pio\n",
"\n",
"# pio.renderers.default = \"notebook\" # depending on jupyter version you might need to enable this line"
"pio.renderers.default = \"notebook\""
]
},
{
Expand Down
Loading

0 comments on commit 7e5a71a

Please sign in to comment.