Root access for Jupyter/iPython Notebook

前端 未结 8 1185
遇见更好的自我
遇见更好的自我 2021-02-07 13:50

I\'m trying to use the bash kernel in iPython/Jupyter notebook, but I need sudo access within the notebook itself.

I\'ve tried $ sudo jupyter notebook to ru

8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-07 13:57

    Just login as root, then do the following command to start the notebook :

    jupyter notebook --allow-root
    

提交回复
热议问题