在pycharm上启动Jupyter笔记本

时间:2017-05-10 19:52:22

标签: pycharm jupyter-notebook

我打开了一个新的Jupyter笔记本文件,在一个单元格中输入了几个参数并按下了“播放”按钮。然后它要求我确认Jupyter笔记本URL,我这样做(http://127.0.0.1:8888),我得到以下输出:

[TerminalIPythonApp] WARNING | Subcommand `ipython notebook` is deprecated and will be removed in future versions.
[TerminalIPythonApp] WARNING | You likely want to use `jupyter notebook` in the future
usage: pycharm_load_entry_point.py [-h] [--ip NOTEBOOKAPP.IP]
                               [--keyfile NOTEBOOKAPP.KEYFILE]
                               [--transport KERNELMANAGER.TRANSPORT]
                               [--log-level NOTEBOOKAPP.LOG_LEVEL]
                               [--config NOTEBOOKAPP.CONFIG_FILE]
                               [--browser NOTEBOOKAPP.BROWSER]
                               [--certfile NOTEBOOKAPP.CERTFILE]
                               [--client-ca NOTEBOOKAPP.CLIENT_CA]
                               [--port NOTEBOOKAPP.PORT]
                               [--pylab [NOTEBOOKAPP.PYLAB]]
                               [--notebook-dir NOTEBOOKAPP.NOTEBOOK_DIR]
                               [--port-retries NOTEBOOKAPP.PORT_RETRIES]
                               [--generate-config] [--no-mathjax]
                               [--debug] [--script] [--no-script] [-y]
                               [--no-browser]
pycharm_load_entry_point.py: error: ambiguous option: --no could match --no-script, --notebook-dir, --no-mathjax, --no-browser

然后尝试连接,但几秒钟后会出现一条消息“无法连接到Jupyter笔记本:无法连接到Jupyter服务器”。

我在网上寻找答案,但没有遇到过这个问题的其他人。任何帮助都会很棒。

0 个答案:

没有答案