Jupyter安装和代码运行
一、简要介绍
Jupyter Notebook是以网页的形式打开,可以在网页页面中直接编写代码和运行代码,代码的运行结果也会直接在代码块下显示的程序。
二、Jupyter安装及测试
1、第一步:安装
打开 Anaconda Powershell Prompt,通过输入conda install jupyter notebook
来安装jupyter模块
2、第二步:启动jupyter
切换到想要开发代码的目录,输入命令jupyter notebook
cd C:\Users\Administrator\Desktop\AI-all\2. Python\code
jupyter notebook