Cannot open new Jupyter Notebook [Permission Denied]

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

    • List item
    • List item

    this problem of not able to open jupyter notebook is like Corona virus.I came across several complaints-including my own.I use windows 10.

    Atlast after struggling for 3 days i came across this wonderful foolproof solution:-

    1.The jupyter folder is created at path:- C:\Users\deviv_000\AppData\Roaming\jupyter your name will replace->deviv_000

    2.Go to cmd and write : cd C:\Users\deviv_000\AppData\Roaming\jupyter this will take cmd to that folder.

    3.Now create manually a file as untitled.ipynb in jupyter folder.

    4.Come back to cmd and write: jupyter trust untitled.ipynb

    5.After cmd performs this operation now write:-
    jupyter notebook

    SUCCESS!!- your notebook will appear in the next tab.I used chrome.
    

    Regards

提交回复
热议问题