-
Notifications
You must be signed in to change notification settings - Fork 37
Home
-
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
(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
- Refined requirements and tasks from Meeting with Tara on November 29, 2016
- Requirements from Meeting with Brian Colle on October 12, 2016 [Initial Logging Design](Initial Logging Design)
- Series Analysis by lead time vs init time