【发布时间】:2015-06-21 05:52:03
【问题描述】:
我正在尝试在 Ubuntu 14.04 上使用 jupyterhub 运行 ipython 2.7 笔记本 - 但我无法找到方法。有什么建议吗?
我知道需要在文件中添加内核 ~/.ipython/kernels.json 我在这个文件中有以下内容:
{
"argv": ["python3", "-m", "IPython.kernel",
"-f", "{connection_file}"],
"display_name": "Python 3",
"language": "python"
}
{
"argv": ["python2.7", "-m", "IPython.kernel",
"-f", "{connection_file}"],
"display_name": "Python 2",
"language": "python"
}
【问题讨论】:
标签: ipython ipython-notebook jupyter