-
Notifications
You must be signed in to change notification settings - Fork 37
Home
User and Developer Documentation PDF document (generated by Doxygen)*
*(NOTE: GitHub renders PDF files, but links in PDF documents are currently ignored)
Instructions for Beta METplus (NCAR wiki, may require permission to view NCAR wiki)
-
Set up jupyter to also run with Python 2.7:
Follow instructions from above link, except after creating and activating your env, install the ipykernel:
conda create -n metplus_py27 python=2.7
source activate metplus_py27
conda install notebook ipykernel
ipython kernel install --user
continue installing the other packages:
conda install numpy
...etc.Now you should be able to select either Python2 or Python3 when creating a new notebook
-
Accessing jupyter notebook running on 'eyewall' from your workstation, see this reference:
http://www.learn4master.com/tools/jupyter-notebook/how-to-access-ipython-notebook-running-on-remote-server
(NOTE: use the cname for eyewall when creating an ssh tunnel)
Python Coding Conventions and Code Analysis Tools
Filtering data via MET tc_stat:
Initial test for Alpha METplus