Page 182 - AI Ver 1.0 Class 10
P. 182
• Select either Python 3 or Python [conda env:myenvion] depending on your requirement.
Jupyter Notebook Interface
Jupyter Notebook interface supports graphical user interface. This makes it easier for the programmer to manage
the tools by using a few mouse clicks.
Some of the components of Jupyter Notebook are:
• A notebook is a file created in Jupyter Notebook and is saved with an extension of .ipynb.
• A kernel is a “computational engine” that executes the code contained in a notebook document.
• 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.
Some of the important tasks you can do using Jupyter Notebook's tool bar are:
Icon Name Function
Save It saves the code written in a notebook.
Add It adds a cell next to an active cell.
Cut It is used to cut the content of the selected cell.
180 Touchpad Artificial Intelligence-X

