硬件:jetson nano 4G版本

软件:jetson-nano-4gb-jp441-sd-card-image.zip( JP 4.4.1 2020/10/21 )

软件image最新下载地址:https://developer.nvidia.com/jetson-nano-sd-card-image

sudo apt install nodejs npm
sudo pip3 install jupyter jupyterlab #不要添加–user参数
sudo jupyter labextension install @jupyter-widgets/jupyterlab-manager
sudo jupyter labextension install @jupyterlab/statusbar
jupyter lab –generate-config
jupyter notebook password #设置jupyter notebook密码

说明,我在执行 sudo jupyter labextension install @jupyter-widgets/jupyterlab-manager 这句话的时候,出错了,说我的nodejs小于12版本,不行,要安装大于12的版本。

然后下面开始升级nodejs步骤

参考教程:https://www.cnblogs.com/legendjslc/articles/10131412.html

1.产看node版本,没安装的请先安装;
 $  node -v
2.清楚node缓存;
$  sudo npm cache clean -f  
3.安装node版本管理工具'n';
$  sudo npm install n -g
4.使用版本管理工具安装指定node或者升级到最新node版本;
$  sudo n stable  (安装node最新版本)
$  sudo n 8.9.4 (安装node指定版本8.9.4)

jupyter server list #能查看token