We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a495c commit 2be1619Copy full SHA for 2be1619
ci/doc.yml
@@ -14,6 +14,6 @@ dependencies:
14
- ipython
15
- ipykernel
16
- pandas
17
+ - pydata-sphinx-theme
18
- pip:
19
- git+https://github.com/xarray-contrib/cf-xarray
- - sphinx-book-theme
doc/examples/introduction.ipynb
@@ -22,9 +22,7 @@
22
"source": [
23
"import cf_xarray\n",
24
"import numpy as np\n",
25
- "import xarray as xr\n",
26
- "\n",
27
- "xr.set_options(display_style=\"text\") # work around issue 57"
+ "import xarray as xr"
28
]
29
},
30
{
@@ -1030,7 +1028,7 @@
1030
1028
"name": "python",
1031
1029
"nbconvert_exporter": "python",
1032
"pygments_lexer": "ipython3",
1033
- "version": "3.7.3"
+ "version": "3.7.8"
1034
1035
"toc": {
1036
"base_numbering": 1,
0 commit comments