

This is the title for the page and the name of your notebook. You will notice that at the top of the page is the word untitled. Some of the kernels in the picture below may not exist as an option. The kernels listed depend on what’s installed on the server. To create a new notebook, click on the New button in the upper right and select a kernel from the dropdown. Ipython’s parallel computing framework an extended version of Ipython kernel. The cluster tab is provided by the Ipython parallel. The running tab shows which of the notebook are currently running. It also displays the upload button using which a file can be uploaded to notebook server. The files tab displays files and folders under the current directory. The dashboard of jupyter notebook will contain the following tabs : After you launch jupyter notebook the first page that will encounter is the notebook dashboard.


This will startup Jupyter and your default browser should start to follow. You can download it.Īfter installing anaconda you can start jupyter notebook by using the following command in Anaconda prompt. This also allows you to launch applications and manage Anaconda packages, environments.

However, in jupyter’s official website, it is recommended to install jupyter notebook using anaconda distribution which includes python, Jupiter, and other packages for scientific computing. You can directly download jupyter from its official site. There are a few ways through which you can download Jupiter. As Jupyter runs good in many programming languages but python is a requirement for installing Jupyter Notebook. The name Jupyter is derived from the combination of ‘ Julia’, ‘ Python’, ‘ R’. Gradually it becomes useful to interact with other data analytic tools such as R. The Jupyter was originally developed as a part of the Ipython project, which was used to provide interactive online access to python. The Jupyter Notebook is an open-source web application that you can use to create and share documents that contain live code, equations, visualization, and text.
