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 right corner and in sub-menu select Python3. The window will be like the image one below.

Jupyter Notebook Window in your default Browser.
Now take a quick look at the Quick Tutorial of jupyter Notebook.




Comments

Popular posts from this blog

Introduction To Python

Installing Python And Jupyter Notebook