WRF-Python & Jupyter Notebooks

See next steps for running the Jupyter Notebook. 2.2.2Using pip If you already have Python installed and are not using conda or Anaconda, you may install the Jupyter Notebook using Python’s package manager, pip: pip3 install jupyter (Use pip for legacy Python 2 instead of pip3.) ................
................