Skip to content

Commit

Permalink
Merge pull request ESIPFed#4 from amanda-tan/master
Browse files Browse the repository at this point in the history
changed binder directories
  • Loading branch information
amanda-tan authored Apr 15, 2021
2 parents 1a81a47 + a897324 commit 7858188
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions 03_multidim_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,23 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"outputs": [],
"outputs": [
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'xarray'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-1-b027d314c3e9>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mimport\u001b[0m \u001b[0mxarray\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mxr\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'xarray'"
]
}
],
"source": [
"import xarray as xa"
"import xarray as xr"
]
},
{
Expand Down
File renamed without changes.

0 comments on commit 7858188

Please sign in to comment.