我正在尝试在 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"
}