简体   繁体   English

离线安装anaconda3

[英]Installing anaconda3 offline

I want to learn python, hence a newbie. 我想学习python,因此是一个新手。 i tried to install jupyter offline. 我试图离线安装jupyter。 I downloaded anaconda3 for windows, installed it, then ran the command conda install jupyter but nothing happened, perhaps it tries to go online for fetching some dependency files etc. please guide me for offline installation of jupyter for python. 我下载了用于Windows的anaconda3,进行了安装,然后运行了conda install jupyter命令,但是没有任何反应,也许它试图联机获取某些依赖文件等。请为我指导离线安装python jupyter。 thanks in advance maddy 预先感谢妈妈

These comments are based on a windows 10 install. 这些注释基于Windows 10安装。 Are you sure Jupyter notebook did not install? 您确定未安装Jupyter笔记本吗? Go to the command prompt and type "jupyter notebook" without the quotes. 转到命令提示符,然后键入不带引号的“ jupyter notebook”。 In my case that launched the notebook. 以我为例,它启动了笔记本电脑。 If that doesn't work type "conda update jupyter" without the quotes and try launching the notebook again. 如果这样不起作用,请键入“ conda update jupyter”而不加引号,然后尝试再次启动笔记本。 If that doesn't work you may have to re-install Anaconda. 如果这样不起作用,则可能必须重新安装Anaconda。 As to launching the notebook offline simply use the command prompt and go to the directory/folder you want the notebook to launch in (for example I launch using a folder on a flash drive) and type "Jupyter Notebook" Hope this helps. 至于脱机启动笔记本,只需使用命令提示符,然后转到要在其中启动笔记本的目录/文件夹(例如,我使用闪存驱动器上的文件夹启动),然后键入“ Jupyter Notebook”,希望对您有所帮助。

When you download the anaconda installer jupyter is already included in the installer. 当您下载anaconda安装程序时,jupyter已包含在安装程序中。 So, in case you installed anaconda using the standard process you already have a working jupyter installation. 因此,如果您使用标准流程安装了anaconda,则您已经可以使用jupyter安装。

So, you should be able to start the jupyter notebook from a console writing: 因此,您应该能够从控制台编写启动jupyter笔记本:

jupyter notebook

and pressing [Enter]. 然后按[Enter]。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM