Difference between revisions of "Jupyter Notebooks"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:PythonCategory:AI =Jupyter Notebooks= {{Note|Jupyter Notebooks are only accessible from the UF network. Use the [https://vpn.ufl.edu V...")
 
Line 10: Line 10:
  
 
UF Research Computing offers several methods to run Jupyter. This page provides general information about Jupyter, Jupyter Notebooks and Jupyter Lab. For details on starting Jupyter on HiPerGator, please see the pages below for detailed information on each option.
 
UF Research Computing offers several methods to run Jupyter. This page provides general information about Jupyter, Jupyter Notebooks and Jupyter Lab. For details on starting Jupyter on HiPerGator, please see the pages below for detailed information on each option.
* [[JupyterHub]]: An easy, one click option to start a Jupyter Lab server with resources selected from a simple dropdown menu. All JupyterHub jobs run using your primary group's resources.
+
* '''[[JupyterHub]]''': An easy, one click option to start a Jupyter Lab server with resources selected from a simple dropdown menu. All JupyterHub jobs run using your primary group's resources.
* [[Jupyter OOD|Jupyter via Open on Demand]]: An easy method to start a Jupyter Lab server that offers additional configuration options beyond the dropdown available in JupyterHub. Jupyter via OOD allows user configurable resource requests, group selection and other options.
+
* '''[[Jupyter OOD|Jupyter via Open on Demand]]''': An easy method to start a Jupyter Lab server that offers additional configuration options beyond the dropdown available in JupyterHub. Jupyter via OOD allows user configurable resource requests, group selection and other options.
* [[Remote Jupyter Notebook|Batch job submission]]: This page details methods to submit a batch job and connect via ssh tunnels.
+
* '''[[Remote Jupyter Notebook|Batch job submission]]''': This page details methods to submit a batch job and connect via ssh tunnels.

Revision as of 22:52, 21 April 2021


Jupyter Notebooks

Jupyter Notebooks are only accessible from the UF network. Use the VPN if off campus.
Jupyter.png

Jupyter Notebooks are a popular web-based development environment for teaching, testing and development and running code. Notebooks allow seamless integrations of live code, richly formatted text, images, visualizations, cleanly formatted equations and more. Jupyter supports many programming languages, but is most often associated with Python.

UF Research Computing offers several methods to run Jupyter. This page provides general information about Jupyter, Jupyter Notebooks and Jupyter Lab. For details on starting Jupyter on HiPerGator, please see the pages below for detailed information on each option.

  • JupyterHub: An easy, one click option to start a Jupyter Lab server with resources selected from a simple dropdown menu. All JupyterHub jobs run using your primary group's resources.
  • Jupyter via Open on Demand: An easy method to start a Jupyter Lab server that offers additional configuration options beyond the dropdown available in JupyterHub. Jupyter via OOD allows user configurable resource requests, group selection and other options.
  • Batch job submission: This page details methods to submit a batch job and connect via ssh tunnels.