Sandeep Suman
Sandeep Suman
3 min read

Categories

Tags

Introduction

Jupyter is a notebook implementation of IPython in browser. The notebook is good way of computing, saving and sharing content that contains program as well as text.

Installation

Jupyter is a python package hence it can be installed like other python packages, but for beginner installing anaconda python is better. Anaconda python comes with a large number of library and you don’t have to install anything.

Quickstart

Anaconda python make a shortcut for jupyter which can be used to open jupyter like other windows application. It will open the jupyter in your home directory and you can browse the folder to your workfolder. Each time browsing to your workspace is little bit tedious so better way is open the command prompt in your workfolder as follows

Now type the follwing command.

:::shell
jupyter notebook

Jupyter will be open in a new window/tab will be open in your default browser.

References

  1. Jupyter Guide