{ "cells": [ { "cell_type": "markdown", "id": "446b17b7-ca22-4760-996c-2be42350f77b", "metadata": {}, "source": [ "# Install Python" ] }, { "cell_type": "markdown", "id": "c036f590-d131-499e-969e-ffe23f7c9244", "metadata": {}, "source": [ "The current version is Python 3. You can install Python3 or use it remotely in the following ways." ] }, { "cell_type": "markdown", "id": "696ee144-3143-44ce-ad68-25265d319c44", "metadata": {}, "source": [ "## Local install" ] }, { "cell_type": "markdown", "id": "eed8acbd-6f0c-4235-8af0-d1783c825bd0", "metadata": {}, "source": [ "### via JupyterLab\n", "\n", "**Jupyter Notebook** is a convenient interface for Python programming. It is nice as it saves texts, codes, outputs (figures, etc.) all together in one file. **JupyterLab** is the environment that allows you to edit and run Notebooks. It can be downloaded and installed by following simple instructions from [jupyter.org](https://jupyter.org/install).\n" ] }, { "cell_type": "markdown", "id": "6365e924-dcea-4ade-9aec-9377db8cef36", "metadata": {}, "source": [ "### via Anaconda\n", "\n", "Another easy way of installing Python3 and JupyterLab is through the **Anaconda Distribution**. Download and install Anaconda from [anaconda.com](https://www.anaconda.com/products/individual). Then open the Anaconda Navigator app, and launch JupyterLab from there." ] }, { "cell_type": "markdown", "id": "e070553e-6e9e-40f5-b534-2feb0ed46267", "metadata": {}, "source": [ "## Remote use" ] }, { "cell_type": "markdown", "id": "ebb1e899-a257-458b-8888-1f6fc9650626", "metadata": {}, "source": [ "### via JupyterHub\n", "\n", "If you wish to run Jupyter Notebooks remotely on a server, you can do it through the service provided by UF Research Computing's HiPerGator cluster. If you already have an account on HiPerGator through your research lab, then simply connect to (through VPN if off-campus). Otherwise we can request a temporary account for you to use for the class." ] }, { "cell_type": "markdown", "id": "9f1441ca-c727-4404-91b7-6a4fad990826", "metadata": {}, "source": [ "### via UF Apps\n", "\n", "**Anaconda3** is available on [UF Apps](https://login.apps.ufl.edu/). You can also use **Python IDLE for ArcGIS** for a quick and simple interface for Python (command lines, not Notebooks)." ] }, { "cell_type": "code", "execution_count": null, "id": "e1310700-2e57-4156-9d19-4e5479641a17", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.10" } }, "nbformat": 4, "nbformat_minor": 5 }