Getting Started with Jupyter Notebook

Getting Started with Jupyter Notebook Welcome Readers, In this post I'll be introducing you to the Jupyter Notebook. Jupyter Notebook is an application which can be opened in any modern browsers like Google Chrome, Mozilla Firefox, Microsoft Edge. In the last post I showed you how to install Jupyter Notebook. Launching Jupyter Notebook To launch Jupyter Notebook, go the any folder you want to save your Jupyter Notebook (AKA ipython notebook), open command prompt or terminal window there and type Jupyter Notebook and hit 'Enter' button. Command Prompt in Windows showing "jupyter notebook" command After hitting 'Enter' your default web browser will open with the Jupyter Notebook Index Page or the First tab. It'll look like this, Jupyter Notebook index page This page will be blank if you have opened Jupyter Notebook in the Empty Folder. To open new Jupyter Notebook(ipython notebook), click on 'new' button on upper rig...