Page 239 - AI Computer 10
P. 239
Here, you will see that a new empty cell is created automatically where you can add as many codes as you want.
Jupyter Notebook is IDE (Integrated Development Environment) for Python whereas Django is a web
framework for Python.
Pop
Pop Quiz Quiz
State ‘T’ for True or ‘F’ for False statements.
1. Virtual environments are readily available in Python 3.
2. We cannot create a new environment in Anaconda prompt.
3. The default environment name is ‘Base’.
4. In Jupyter Notebook, the notebooks currently running will have a green icon while
non-running ones will be black.
JUPYTER NOTEBOOK INTERFACE
Jupyter Notebook interface supports graphical user interface. Some of the components of Jupyter Notebook are:
u A notebook is a file created in Jupyter Notebook and is saved with an extension of .ipynb.
u A kernel is a ‘computational engine’ that executes the code contained in a notebook document.
u A cell is used to write code in the notebook that is executed by the notebook’s kernel. When the code is run,
the notebook displays the output below the code cell that generated it.
Components of Jupyter Notebook
Jupyter notebook Interface contains various elements which help us in doing a lot of operations. The detailed
description of these elements are as follows:
Menu Bar
The menu bar runs along the top of the screen on the Notebook window. You can use the menus and icons in the
menu bar to choose commands, perform tasks, and check status.
This bar is divided into the following options:
File menu
File menu is used for basic operations such as opening a new document, renaming or saving or printing a
notebook.
105
105