软件安装代码开始基础

8次阅读

固定位置打开windows powershell

Shift+右键选择打开
软件安装代码开始基础

windows powershell 退出当前状态

ctrl+Z

Windows powershell 清理屏幕

cls

clean screen应该是这意思吧

安装软件jupyter notebook

pip install jupyter

打开jupyter notebook

在windows powershell下直接输入就行

jupyter notebook

正文完
 0