A User can Launch , Restart or Push Data on Jupyter Notebook Tab.
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning
JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data. JupyterLab is flexible: configure and arrange the user interface to support a wide range of workflows in data science, scientific computing, and machine learning. JupyterLab is extensible and modular: write plugins that add new components and integrate with existing ones.
On Launching the Jupyter Notebook a user gets access to all his code files. By Clicking on New Launcher in File Tab a user can Launch a new Notebook or a new Console.
A User can also access a Linux Terminal. A user can use bash for updating or installing required softwares on a Terminal. Bourne-Again shell, usually referred to as bash
, which is the default shell for most Linux distributions, including Ubuntu, CentOS, and RedHat.
A User can install other required softwares like Tensorflow, Keras, selected integrated development environment (IDE) etc.
In a Linux system, the shell is a command-line interface that interprets a userβs commands and script files, and tells the serverβs operating system what to do with them. There are several shells that are widely used, such as Bourne shell (sh
) and C shell (csh
). Each shell has its own feature set and intricacies, regarding how commands are interpreted, but they all feature input and output redirection, variables, and condition-testing, among other things.
A user can also access Text File, Markdown File and check Contextual Help.