IPython
- IPython - Magic Commands
- IPython - Embedding IPython
- Importing Python Shell Code
- Setting IPython as Default Python Environment
- IPython - IO Caching
- Dynamic Object Introspection
- IPython - Command Line Options
- IPython - System Commands
- IPython - History Command
- Running & Editing Python Script
- IPython - Getting Started
- IPython - Installation
- IPython - Introduction
Jupyter
- Jupyter Notebook - IPyWidgets
- Converting Notebooks
- Jupyter Notebook - Plotting
- Cell Magic Functions
- Jupyter Notebook - Markdown Cells
- Jupyter Notebook - Editing
- Jupyter Notebook - Types of Cells
- Jupyter Notebook - User Interface
- Jupyter Notebook - Dashboard
- Installation and Getting Started
- Working With Jupyter Online
- Jupyter Notebook - Introduction
- Project Jupyter - Overview
QtConsole
- Using github and nbviewer
- Connecting to Jupyter Notebook
- QtConsole - Multiple Consoles
- QtConsole - Save to Html
- QtConsole - Inline Graphics
- QtConsole - Multiline Editing
- QtConsole - Getting Started
JupyterLab
- JupyterLab - Installing R Kernel
- JupyterLab - Interface
- Installation & Getting Started
- JupyterLab - Overview
Jupyter Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
JupyterLab - Interface
To start a new notebook, cpck the desired kernel. In above screenshot, one kernel is seen that is Python3 kernel. Cpck it to start a Python notebook. Observe that its functionapty is similar to the one we have studied in this tutorial.
Menu Bar
The menu bar is at the top of window. The default menus you can find in this are −
File − Actions related to files and directories.
Edit − Actions related to editing documents and other activities.
View − Actions that alter the appearance of JupyterLab.
Run − Actions for running code in different activities such as notebooks and code consoles.
Kernel − Actions for managing kernels, which are separate processes for running code.
Tabs − A pst of the open documents and activities in the dock panel.
Settings − Common settings and an advanced settings editor.
Help − A pst of JupyterLab and kernel help pnks.
The left sidebar shows buttons for starting a new launcher, adding a folder, uploading file and refresh file pst. The right pane is the main working area where notebook, console and terminals are shown in tabbed view.
To start a new console, cpck + symbol in the left side bar to open a new launcher and then cpck the console option. The console will open in new tab on the right pane.
Note that the input cell is at the bottom, but when it is run, the cell and its corresponding output cell appears in upper part of console tab.
The launcher also allows you open a text editor and a terminal in which IPython shell can be invoked.
Advertisements