尝试在树莓派上装了一下jupyter notebook 在局域网内用,还是挺好用的,方便快捷……
首先,安装pip3
sudo apt-get install python3-pip
安装jupyter
pip3 install jupyter
然后生成配置:
jupyter notebook --generate-config 配置密码,设置和这个一样
跳过去
本文介绍如何在树莓派上安装并配置Jupyter Notebook,实现通过局域网访问。文章提供了详细的步骤,包括安装pip3、使用pip3安装Jupyter以及生成配置文件等。
尝试在树莓派上装了一下jupyter notebook 在局域网内用,还是挺好用的,方便快捷……
首先,安装pip3
sudo apt-get install python3-pip
安装jupyter
pip3 install jupyter
然后生成配置:
jupyter notebook --generate-config 配置密码,设置和这个一样
跳过去
2000
3938
1480

被折叠的 条评论
为什么被折叠?