一生一芯15——jupyter notebook搭建与对应kernel的设置

本文参照
https://zhuanlan.zhihu.com/p/403183676?utm_id=0
https://blog.csdn.net/moledyzhang/article/details/78850820

进入虚拟环境Chisel

conda activate Chisel

安装jupyter

pip3 install jupyter

查看内核

jupyter kernelspec list

此处我已经安装好,否则应该只有python3
在这里插入图片描述下载内核
https://oss.sonatype.org/content/repositories/snapshots/com/github/alexarchambault/jupyter/jupyter-scala-cli_2.10.5/0.2.0-SNAPSHOT/jupyter-scala_2.10.5-0.2.0-SNAPSHOT.tar.xz
解压并安装
在下载目录下解压并安装

sudo tar -xvf jupyter-scala_2.10.5-0.2.0-SNAPSHOT.tar.xz -C /usr/local/
sudo bash /usr/local/jupyter-scala_2.10.5-0.2.0-SNAPSHOT/bin/jupyter-scala

回看kernel列表
在这里插入图片描述
安装完成
选择kernel
一生一芯15——jupyter notebook搭建与对应kernel的设置_第1张图片
完成

你可能感兴趣的:(jupyter,ide,python)