话不多说,https://jupyter.org/install.html
原文英文版

比如说:

Microsoft Windows [版本 10.0.19xxx]
(c) Microsoft Corporation。保留所有权利。C:\Users\29328>mamba install -c conda-forge jupyterlab
'mamba' 不是内部或外部命令,也不是可运行的程序
或批处理文件。C:\Users\29328>conda install -c conda-forge jupyterlab
Collecting package metadata (current_repodata.json): done
Solving environment: done==> WARNING: A newer version of conda exists. <==current version: 4.9.2latest version: 4.10.1Please update conda by running$ conda update -n base -c defaults conda## Package Plan ##environment location: C:\ProgramData\Anaconda3added / updated specs:- jupyterlabThe following packages will be downloaded:package                    |            build---------------------------|-----------------conda-4.10.1               |   py38haa244fe_0         3.1 MB  conda-forgepython_abi-3.8             |           1_cp38           4 KB  conda-forge------------------------------------------------------------Total:         3.1 MBThe following NEW packages will be INSTALLED:python_abi         conda-forge/win-64::python_abi-3.8-1_cp38The following packages will be UPDATED:conda               pkgs/main::conda-4.9.2-py38haa95532_0 --> conda-forge::conda-4.10.1-py38haa244fe_0Proceed ([y]/n)? yDownloading and Extracting Packages
conda-4.10.1         | 3.1 MB    | ############################################################################ | 100%
python_abi-3.8       | 4 KB      | ############################################################################ | 100%
Preparing transaction: done
Verifying transaction: failedEnvironmentNotWritableError: The current user does not have write permissions to the target environment.environment location: C:\ProgramData\Anaconda3C:\Users\29328>

然后自动生成,可以翻墙,也可以不用,直接使用镜像网站安装。

再接着:


C:\Users\29328>pip install voila
Collecting voilaDownloading voila-0.2.10-py3-none-any.whl (1.6 MB)|████████████████████████████████| 1.6 MB 1.1 MB/s
Collecting jupyter-server<2.0.0,>=0.3.0Downloading jupyter_server-1.7.0-py3-none-any.whl (382 kB)|████████████████████████████████| 382 kB 3.3 MB/s
Requirement already satisfied: nbclient<0.6,>=0.4.0 in c:\programdata\anaconda3\lib\site-packages (from voila) (0.5.1)
Requirement already satisfied: jupyter-client<7,>=6.1.3 in c:\programdata\anaconda3\lib\site-packages (from voila) (6.1.7)
Requirement already satisfied: nbconvert<7,>=6.0.0 in c:\programdata\anaconda3\lib\site-packages (from voila) (6.0.7)
Requirement already satisfied: terminado>=0.8.3 in c:\programdata\anaconda3\lib\site-packages (from jupyter-server<2.0.0,>=0.3.0->voila) (0.9.1)
Requirement already satisfied: jinja2 in c:\programdata\anaconda3\lib\site-packages (from jupyter-server<2.0.0,>=0.3.0->voila) (2.11.2)
Requirement already satisfied: prometheus-client in c:\programdata\anaconda3\lib\site-packages (from jupyter-server<2.0.0,>=0.3.0->voila) (0.8.0)
Requirement already satisfied: pyzmq>=17 in c:\programdata\anaconda3\lib\site-packages (from jupyter-server<2.0.0,>=0.3.0->voila) (19.0.2)
Requirement already satisfied: Send2Trash in c:\programdata\anaconda3\lib\site-packages (from jupyter-server<2.0.0,>=0.3.0->voila) (1.5.0)
Collecting anyio<4,>=3.0.1; python_version >= "3.7"Downloading anyio-3.0.1-py3-none-any.whl (72 kB)|████████████████████████████████| 72 kB 50 kB/s
Collecting tornado>=6.1.0Downloading tornado-6.1-cp38-cp38-win_amd64.whl (422 kB)|████████████████████████████████| 422 kB 3.3 MB/s
Requirement already satisfied: jupyter-core>=4.6.0 in c:\programdata\anaconda3\lib\site-packages (from jupyter-server<2.0.0,>=0.3.0->voila) (4.6.3)
Requirement already satisfied: nbformat in c:\programdata\anaconda3\lib\site-packages (from jupyter-server<2.0.0,>=0.3.0->voila) (5.0.8)
Requirement already satisfied: traitlets>=4.2.1 in c:\programdata\anaconda3\lib\site-packages (from jupyter-server<2.0.0,>=0.3.0->voila) (5.0.5)
Requirement already satisfied: argon2-cffi in c:\programdata\anaconda3\lib\site-packages (from jupyter-server<2.0.0,>=0.3.0->voila) (20.1.0)
Collecting websocket-clientDownloading websocket_client-1.0.0-py2.py3-none-any.whl (68 kB)|████████████████████████████████| 68 kB 1.2 MB/s
Requirement already satisfied: ipython-genutils in c:\programdata\anaconda3\lib\site-packages (from jupyter-server<2.0.0,>=0.3.0->voila) (0.2.0)
Requirement already satisfied: async-generator in c:\programdata\anaconda3\lib\site-packages (from nbclient<0.6,>=0.4.0->voila) (1.10)
Requirement already satisfied: nest-asyncio in c:\programdata\anaconda3\lib\site-packages (from nbclient<0.6,>=0.4.0->voila) (1.4.2)
Requirement already satisfied: python-dateutil>=2.1 in c:\programdata\anaconda3\lib\site-packages (from jupyter-client<7,>=6.1.3->voila) (2.8.1)
Requirement already satisfied: bleach in c:\programdata\anaconda3\lib\site-packages (from nbconvert<7,>=6.0.0->voila) (3.2.1)
Requirement already satisfied: mistune<2,>=0.8.1 in c:\programdata\anaconda3\lib\site-packages (from nbconvert<7,>=6.0.0->voila) (0.8.4)
Requirement already satisfied: pandocfilters>=1.4.1 in c:\programdata\anaconda3\lib\site-packages (from nbconvert<7,>=6.0.0->voila) (1.4.3)
Requirement already satisfied: entrypoints>=0.2.2 in c:\programdata\anaconda3\lib\site-packages (from nbconvert<7,>=6.0.0->voila) (0.3)
Requirement already satisfied: jupyterlab-pygments in c:\programdata\anaconda3\lib\site-packages (from nbconvert<7,>=6.0.0->voila) (0.1.2)
Requirement already satisfied: pygments>=2.4.1 in c:\programdata\anaconda3\lib\site-packages (from nbconvert<7,>=6.0.0->voila) (2.7.2)
Requirement already satisfied: defusedxml in c:\programdata\anaconda3\lib\site-packages (from nbconvert<7,>=6.0.0->voila) (0.6.0)
Requirement already satisfied: testpath in c:\programdata\anaconda3\lib\site-packages (from nbconvert<7,>=6.0.0->voila) (0.4.4)
Requirement already satisfied: pywinpty>=0.5 in c:\programdata\anaconda3\lib\site-packages (from terminado>=0.8.3->jupyter-server<2.0.0,>=0.3.0->voila) (0.5.7)
Requirement already satisfied: MarkupSafe>=0.23 in c:\programdata\anaconda3\lib\site-packages (from jinja2->jupyter-server<2.0.0,>=0.3.0->voila) (1.1.1)
Collecting sniffio>=1.1Downloading sniffio-1.2.0-py3-none-any.whl (10 kB)
Requirement already satisfied: idna>=2.8 in c:\programdata\anaconda3\lib\site-packages (from anyio<4,>=3.0.1; python_version >= "3.7"->jupyter-server<2.0.0,>=0.3.0->voila) (2.10)
Requirement already satisfied: pywin32>=1.0; sys_platform == "win32" in c:\programdata\anaconda3\lib\site-packages (from jupyter-core>=4.6.0->jupyter-server<2.0.0,>=0.3.0->voila) (227)
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in c:\programdata\anaconda3\lib\site-packages (from nbformat->jupyter-server<2.0.0,>=0.3.0->voila) (3.2.0)
Requirement already satisfied: cffi>=1.0.0 in c:\programdata\anaconda3\lib\site-packages (from argon2-cffi->jupyter-server<2.0.0,>=0.3.0->voila) (1.14.3)
Requirement already satisfied: six in c:\programdata\anaconda3\lib\site-packages (from argon2-cffi->jupyter-server<2.0.0,>=0.3.0->voila) (1.15.0)
Requirement already satisfied: packaging in c:\programdata\anaconda3\lib\site-packages (from bleach->nbconvert<7,>=6.0.0->voila) (20.4)
Requirement already satisfied: webencodings in c:\programdata\anaconda3\lib\site-packages (from bleach->nbconvert<7,>=6.0.0->voila) (0.5.1)
Requirement already satisfied: attrs>=17.4.0 in c:\programdata\anaconda3\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->jupyter-server<2.0.0,>=0.3.0->voila) (20.3.0)Requirement already satisfied: pyparsing>=2.0.2 in c:\programdata\anaconda3\lib\site-packages (from packaging->bleach->nbconvert<7,>=6.0.0->voila) (2.4.7)
Installing collected packages: sniffio, anyio, tornado, websocket-client, jupyter-server, voilaAttempting uninstall: tornadoFound existing installation: tornado 6.0.4Uninstalling tornado-6.0.4:

成功之后,直接在cmd输入,conda,回车,出现:

conda
usage: conda-script.py [-h] [-V] command ...conda is a tool for managing and deploying applications, environments and packages.Options:positional arguments:commandclean        Remove unused packages and caches.compare      Compare packages between conda environments.config       Modify configuration values in .condarc. This is modeled after the git config command. Writes to the user .condarc file (C:\Users\29328\.condarc) by default.create       Create a new conda environment from a list of specified packages.help         Displays a list of available conda commands and their help strings.info         Display information about current conda install.init         Initialize conda for shell interaction. [Experimental]install      Installs a list of packages into a specified conda environment.list         List linked packages in a conda environment.package      Low-level conda package utility. (EXPERIMENTAL)remove       Remove a list of packages from a specified conda environment.uninstall    Alias for conda remove.run          Run an executable in a conda environment. [Experimental]search       Search for packages and display associated information. The input is a MatchSpec, a query language for conda packages. See examples below.update       Updates conda packages to the latest compatible version.upgrade      Alias for conda update.

Installing the Jupyter Software相关推荐

  1. 如何安装 jupyter lab 和 jupyter notebook?

    pip install jupyterlab pip install jupyter 参考文章:Installing the Jupyter Software

  2. JupyterLab的安装笔记

    1 JupyterLab安装 我们直接根据JupyterLab官网的文档[Project Jupyter | Installing the Jupyter Software]进行安装: 如果发现无法在 ...

  3. Jupyter Notebook 使用小记

    简介 Jupyter Notebook 是一款几乎综合所有编程语言,能够把软件代码.计算输出.解释文档.多媒体资源整合在一起的多功能科学计算平台.具有如下优点: 整合所有资源 交互性编程体验 零成本重 ...

  4. Installing OwnCloud 9 on Debian 8

    原文:https://www.howtoforge.com/tutorial/owncloud_9-installation-on-debian_8/?utm_source=tuicool&u ...

  5. 【北邮国院大三下】Software Engineering 软件工程 Week1

    北邮国院大三电商在读,随课程进行整理知识点.仅整理PPT中相对重要的知识点,内容驳杂并不做期末突击复习用.个人认为相对不重要的细小的知识点不列在其中.如有错误请指出.转载请注明出处,祝您学习愉快. 编 ...

  6. jupyter安装和使用小结

    1.Jupyter introduction The Jupyter Notebook is a web-based interactive computing platform. The noteb ...

  7. bff v2ex_语音备忘录的BFF-如何通过Machine Learning简化Speech2Text

    bff v2ex by Rafael Belchior 通过拉斐尔·贝尔基奥尔(Rafael Belchior) 语音备忘录的BFF-如何通过Machine Learning简化Speech2Text ...

  8. 【Linux导论】通过图形接口配置系统(System Configuration from the Graphical Interface)

    原文 LFS101x.2 Introduction to Linux (Linux Foundation) Chapter 05: System Configuration from the Grap ...

  9. 一小时学会Ansible自动化运维

    [欢迎关注微信公众号:厦门微思网络] 微思网络(官网):https://www.xmws.cn/ 今天分享一个讲解 Ansible 的 PPT,内容非常全面,可帮助你更好的学习Ansible. 红帽R ...

最新文章

  1. Spring MVC 函数式编程进阶
  2. 爱创课堂每日一题101天-哪些操作会造成内存泄漏?
  3. m40型工业机器人_工业机器人在汽车生产中有的应用范围
  4. sql语句跨服务器跨数据库执行
  5. 深入理解 CAP 定理
  6. 关于android中postDelayed方法的讲解
  7. 10岁高分考上大学,16岁读博的95后神童张炘炀,活成了他想要的样子吗?
  8. ajax 使用方法简述
  9. 使用glob()查找文件
  10. HTML data-* 自定义属性
  11. BZOJ5222[Lydsy2017省队十连测] 怪题
  12. 软件开发模型、瀑布模型、V模型、原型模型、增量模型、螺旋模型、喷泉模型
  13. VB中关于Name属性和Caption属性
  14. 智能云服务器选型,智能主机概述、选型及应用
  15. 计算机数据网络延迟,影响网络速度的两个重要因素:网络带宽和网络延迟!
  16. React Native导航器之react-navigation使用
  17. 共享网络隐藏计算机,把电脑变成无线路由器,wifi共享大师隐藏ssid-
  18. c++ typeid和type_index
  19. 恒太照明在北交所上市:募资规模缩水三成,第三季度收入下滑
  20. JS一百只鸡卖一百块钱,公鸡5元,母鸡3元,三只小鸡一元

热门文章

  1. 【数据库2】生成txt/xml文件,ftp,oracle安装/表操作/虚表/日期/序列/索引/视图/链路/同义词/高可用性,mysql/文件入库/清理/表结构设计/交换/收集
  2. matplotlib之pyplot模块——获取/设置对象属性值(setp()、getp/get())
  3. AMBA3.0协议——AXI(Advanced eXtensible Interface)总线介绍
  4. ps aux|grep xxx
  5. 通过PHP 获取身份证相关信息 获取生肖,获取星座,获取年龄,获取性别
  6. FPGA程序上板调试问题
  7. 【FPGA】自动售货机综合实现
  8. Linux虚拟机ping百度时From IP icmp_seq=1 Destination Host Unreachable解决办法
  9. 【人工智能】阿里云城市数据大脑开发规范
  10. 02_HTML5+CSS详解第一天