Adding C++ kernels to Jupyter notebook

本小妞迷上赌 提交于 2019-12-11 06:18:09

问题


After successful installation of cling, I tried to add c++ kernels to jupyter notebook but it says my kernel appears to have died and it keeps restarting with the following error message:

The 'stdin_port' trait of an IPKernelApp instance must be an integer, but a value of u'c++11' was specified.

I am using Python2.7 and macOS

Regards,

来源:https://stackoverflow.com/questions/43459809/adding-c-kernels-to-jupyter-notebook

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!