Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1002 Bytes

intro_to_python_011_jupyter.md

File metadata and controls

22 lines (13 loc) · 1002 Bytes

Accessing Jupyter Notebook

About Jupyter

Project Jupyter evolved from the IPython Project to support interactive data science and scientific computing across all programming languages.

Several options for accessing a Jupyter Notebook


  • The Jupyter website allows you to download Jupyter Notebook and/or try it in your browser.

  • The TACC Vis Portal allows TACC users to run Jupyter through your browser on Stampede, Maverick, or Wrangler if the user has an allocation on that system.

  • The TACC DesignSafe Portal allows anyone with a TACC account to use Jupyter. Instructions are available here.

  • The Agave portal includes a Jupyter notebook. Instructures for access via Agave Portal are here.


Previous: Python Overview | Next: Python - Variables & Memory