

Most of the time, you will want to start a notebook server in the highest directory in your filesystem where notebooks can be found. "When the notebook opens, you will see the notebook dashboard, which will show a list of the notebooks, files, and subdirectories in the directory where the notebook server was started (as seen in the next section, below).

It will then open default web browser to this URL. This will print some information about the notebook server in terminal, including the URL of the web application (by default, ).

We can start the notebook server from the command line: Now that we have installed Jupyter Notebook, we are ready to run the notebook. To PATH in your /home/k/.bashrc ? Įxport PATH="/home/k/anaconda3/bin:$PATH"Īnd then using Anaconda and conda to install Jupyter: Python 3.5.1 :: Continuum Analytics, Inc.ĭo you wish the installer to prepend the Anaconda3 install location We'll install "Anaconda for Linux" for Python 3.5: To install Jupyter via traditional pip, skip this section, and go to Ipython and Jupyter Notebook Install via pip.Īnaconda conveniently installs Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science. To install Jupyter, in this section, we'll install Jupyter via Anaconda as recommended by Jupyter Doc. Jupyter (Julia, Python and R) Install via Anaconda
