using jupyter notebook in pycharm - no such notebook dir

前端 未结 3 1058
野性不改
野性不改 2021-02-09 08:24

I\'m trying to use jupyter notebook from PyCharm 2016.1. I open a previously created iPython notebook, click in a cell with code, and run it. I get prompted to start jupyter not

3条回答
  •  野性不改
    2021-02-09 09:09

    Just had the same problem and resolved it with the following command:

    jupyter notebook --generate-config
    

    More infos are here: http://jupyter-notebook.readthedocs.io/en/stable/config.html

    It prompted me to replace my current config with the default config. Thus, if you're fine getting rid of your current config, this is an easy option.

提交回复
热议问题