File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1717 "source" : [
1818 " import numpy as np\n " ,
1919 " import pandas as pd\n " ,
20+ " import plotly.io as pio\n " ,
2021 " import xarray as xr\n " ,
2122 " \n " ,
22- " from xarray_plotly import xpx"
23+ " from xarray_plotly import xpx\n " ,
24+ " \n " ,
25+ " pio.renderers.default = \" notebook_connected\" "
2326 ]
2427 },
2528 {
Original file line number Diff line number Diff line change 1717 "source" : [
1818 " import numpy as np\n " ,
1919 " import pandas as pd\n " ,
20+ " import plotly.io as pio\n " ,
2021 " import xarray as xr\n " ,
2122 " \n " ,
22- " from xarray_plotly import xpx"
23+ " from xarray_plotly import xpx\n " ,
24+ " \n " ,
25+ " pio.renderers.default = \" notebook_connected\" "
2326 ]
2427 },
2528 {
Original file line number Diff line number Diff line change 4343 "source" : [
4444 " import numpy as np\n " ,
4545 " import pandas as pd\n " ,
46+ " import plotly.io as pio\n " ,
4647 " import xarray as xr\n " ,
4748 " \n " ,
48- " from xarray_plotly import xpx # Provides full IDE code completion"
49+ " from xarray_plotly import xpx # Provides full IDE code completion\n " ,
50+ " \n " ,
51+ " # Set renderer for mkdocs-jupyter compatibility\n " ,
52+ " pio.renderers.default = \" notebook_connected\" "
4953 ]
5054 },
5155 {
You can’t perform that action at this time.
0 commit comments