Cannot open new Jupyter Notebook [Permission Denied]

前端 未结 19 2850
囚心锁ツ
囚心锁ツ 2020-12-08 10:18

I have installed Jupyter Notebook on ubuntu 16.04 using pip3. I can execute jupyter notebook command. It opens and shows a list of current path directories.

19条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 10:30

    In my opinion, it is a good practice to run Jupyter in a dedicated workbook folder.

    $ mkdir jupyter_folder
    $ jupyter-notebook --notebook-dir jupyter_folder
    

    where 'jupyter_folder' is a folder in my home.

    This method work without permission issue.

提交回复
热议问题