{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## General Notes" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Hands-On prerequisites\n", "\n", "Before you start, make sure:\n", "\n", "- You obtained an account on Ellip (see [How to Join](../../../../accounts/join/index.rst)),\n", "- You generated your Ellip API key (see [Profile](../../../../accounts/join/index.rstl#api-key)),\n", "- You are connected to the Virtual Private Network (see [Virtual Private Network](../../../../core/access/index.rst)),\n", "- You have a \"Ellip Workflows with Jupyter\" VM,\n", "- You obtained an account on https://gitlab.com,\n", "- You obtained the <community>, the <app-name> and <app-url> information.\n", "For questions on this point, please issue a ticket in your support space (see [User Helpdesk](../../../../accounts/user-helpdesk/index.rst))." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#### Basic knowledge\n", "\n", "* Basic knowledge of Python\n", "* Basic knowledge of Jupyter Lab/Notebook \n", "* Basic knowledge of SNAP operators with gpt and Python" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### The JupyterLab interface" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* The JupyterLab main work area enables you to arrange documents (notebooks, text files, etc.) and other activities (terminals, code consoles, etc.) into panels of tabs that can be resized or subdivided. Drag a tab to the center of a tab panel to move the tab to the panel. Subdivide a tab panel by dragging a tab to the left, right, top, or bottom of the panel:\n", "\n", "![Jupyter Lab main work area](artifacts/step-0-main-work-area.png \"Jupyter Lab main work area\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* The JupyterLab Launcher is a tab that can be used to launch new notebooks, open a terminal or create/edit a text file. The Jupyter Lab launcher is a tab in the main work area:\n", " \n", "![Jupyter Lab launcher](artifacts/step-0-launcher.png \"Jupyter Lab launcher\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* The JupyterLab Left Sidebar (or Left panel) contains a number of commonly-used tabs, such as a file browser, a list of running kernels and terminals, the command palette, and a list of tabs in the main work area:\n", "\n", "![Jupyter Lab left panel](artifacts/step-0-left-panel.png \"Jupyter Lab left panel\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#### References\n", "\n", "* [The JupyterLab Interface](https://jupyterlab.readthedocs.io/en/stable/user/interface.html)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.12" } }, "nbformat": 4, "nbformat_minor": 2 }