电光石火-穿越时空电光石火-穿越时空


Windows下的Jupyter Notebook 安装与自定义启动

1、Jupyter Notebook 和 pip
  为什么要使用 Jupyter?参考: https://www.zhihu.com/question/37490497
  pip: Python 的包管理工具,安装 Python 的同时已经安装好了。
  Jupyter notebook: 一个交互式笔记本,支持运行 40 多种编程语言。 利用她来写 Python,代码和运行结果都可以保存下载,十分方便。

2、Jupyter notebook 安装
  命令行窗口输入: pip install jupyter

3、jupyter notebook的启动
  命令行窗口输入: jupyter notebook

同时,默认浏览器会打开 Jupyter notebook 窗口。 说明 Jupyter notebook 安装成功了。

本博客所有文章如无特别注明均为原创。作者:似水的流年
版权所有:《电光石火-穿越时空》 => Windows下的Jupyter Notebook 安装与自定义启动
本文地址:http://ilkhome.cn/index.php/archives/776/
欢迎转载!复制或转载请以超链接形式注明,文章为 似水的流年 原创,并注明原文地址 Windows下的Jupyter Notebook 安装与自定义启动,谢谢。

评论