【ubuntu】vscode上jupter notebook的使用

1.安装vscode 

【ubuntu】vscode上jupter notebook的使用_第1张图片

 

2.安装python环境和插件

系统要有Python环境:conda install python 或者 pip都可以

在vsode里安装如下插件

【ubuntu】vscode上jupter notebook的使用_第2张图片

 

3.安装jupter

conda install jupyter notebook

安装完之后试着打开

输入jupyter note

打开才行,如果安装失败,就没有办法在vscode里使用

安装好的话会跳转到浏览器打开

3.安装完需要重启一下电脑

4.打开vscode,新建.ipynb文件,就可以运行了

【ubuntu】vscode上jupter notebook的使用_第3张图片

 

你可能感兴趣的:(ubuntu,vscode,linux)