Вы находитесь на странице: 1из 1

2/17/2017 ProjectJupyter|Install

InstallingJupyter
GetupandrunningwiththeJupyterNotebookonyourcomputerwithinminutes!Followtheinstructionsbelow.

Prerequisite:Python
WhileJupyterrunscodeinmanyprogramminglanguages,Pythonisarequirement(Python3.3orgreater,orPython2.7)forinstallingtheJupyter
Notebook.
WerecommendusingtheAnaconda(https://www.continuum.io/downloads)distributiontoinstallPythonandJupyter.Wellgothroughitsinstallation
inthenextsection.

InstallingJupyterusingAnacondaandconda
Fornewusers,wehighlyrecommendinstallingAnaconda(https://www.continuum.io/downloads).AnacondaconvenientlyinstallsPython,the
JupyterNotebook,andothercommonlyusedpackagesforscientificcomputinganddatascience.
WerecommendusingtheAnacondadistributiontoinstallPythonandJupyter.Wellgothroughitsinstallationinthenextsection.
DownloadAnaconda(https://www.continuum.io/downloads).WerecommenddownloadingAnacondaslatestPython3version(currentlyPython3.5).
InstalltheversionofAnacondawhichyoudownloaded,followingtheinstructionsonthedownloadpage.
Congratulations,youhaveinstalledJupyterNotebook.Torunthenotebook:

jupyternotebook

SeeRunningtheNotebook(https://jupyter.readthedocs.io/en/latest/running.html#running)formoredetails.

AlternativeforexperiencedPythonusers:InstallingJupyterwithpip
AsanexistingPythonuser,youmaywishtoinstallJupyterusingPythonspackagemanager,pip
(https://jupyter.readthedocs.io/en/latest/glossary.html#termpip),insteadofAnaconda.
First,ensurethatyouhavethelatestpipolderversionsmayhavetroublewithsomedependencies:

pip3installupgradepip

TheninstalltheJupyterNotebookusing:

pip3installjupyter

(UsepipifusinglegacyPython2.)
Congratulations.YouhaveinstalledJupyterNotebook.
SeeRunningtheNotebook(https://jupyter.readthedocs.io/en/latest/running.html#running)formoredetails.

Home(/index.html)|Install(/install.html)|About(/about.html)|Resources(/community.html)|Documentation(https://jupyter.readthedocs.io/en/latest/index.html)|
NBViewer(https://nbviewer.jupyter.org)|Widgets(/widgets.html)|Blog(https://blog.jupyter.org)|Donate(/donate.html)

Copyright2017ProjectJupyterLastupdatedMon,Feb13,2017

Follow @jupyter
Follow@ProjectJupyter

http://jupyter.org/install.html 1/1

Вам также может понравиться