Cannot open new Jupyter Notebook [Permission Denied]

前端 未结 19 2860
囚心锁ツ
囚心锁ツ 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:28

    1. Open Anaconda prompt
    2. Go to C:\Users\your_name
    3. Write jupyter trust untitled.ipynb
    4. Then, write jupyter notebook

提交回复
热议问题