JupyterLab + JupyterNotebook

Related command

  1. 修改 Jupyter 密碼,修改完後重新啟動 Jupyter,即可使用新密碼登入。

    # 以下兩者都可以
    $ jupyter notebook password
    $ jupyter lab password
    
  2. 查看 Jupyter 已經載入的 Kernel 清單,例如 Python、C#、F# 等。

    
    $ jupyter kernelspec list
    

Reference