因为安装某些依赖导致JupyterLab的依赖变动或者误删了/root/jupyterlab目录,从而导致JupyterLab无法正常运行,可SSH登录到实例,通过pip install jupyterlab再次安装后重启实例恢复。
pip install jupyterlab
jupyter-lab
2. 有类似以下输出,则表明JupyterLab服务状态不正常
通过pip install jupyterlab再次安装后重启实例恢复。