Graph Machine Learning
AnemoI
English
anaprietonem commited on
Commit
1622c47
·
verified ·
1 Parent(s): 1a70283

Upload run_AIFS_v1.ipynb

Browse files
Files changed (1) hide show
  1. run_AIFS_v1.ipynb +12 -0
run_AIFS_v1.ipynb CHANGED
@@ -699,6 +699,18 @@
699
  "#### Plot a field"
700
  ]
701
  },
 
 
 
 
 
 
 
 
 
 
 
 
702
  {
703
  "cell_type": "code",
704
  "execution_count": 22,
 
699
  "#### Plot a field"
700
  ]
701
  },
702
+ {
703
+ "cell_type": "code",
704
+ "execution_count": 1,
705
+ "metadata": {},
706
+ "outputs": [],
707
+ "source": [
708
+ "# To be able to run the plotting section below you need to install additional dependencies\n",
709
+ "\n",
710
+ "# !pip install -q matplotlib\n",
711
+ "# !pip install -q cartopy"
712
+ ]
713
+ },
714
  {
715
  "cell_type": "code",
716
  "execution_count": 22,