1.进入命令行模式 win + R 输入powershell
2.安装ipython3 sudo apt-get install ipython3
3.安装ipython3 notebook sudo apt-get install ipython3 ipython3-notebook
4.输入ipython3即可进入交互环境
5.输入ipython3 notebook
由于linux子系统并不会与windows程序发生交互,所以不会打开默认的浏览器,但会开启一个服务,端口地址为:http://127.0.0.1:8888/ 再在浏览器输入地址即可进到网页版的交互环境6.安装numpy,pandas,matplotlib,scipy sudo apt-get install python3-numpy sudo apt-get install python3-pandas sudo apt-get install python3-matplotlib sudo apt-get install python3-scipy
新闻热点
疑难解答