brendan-rius / jupyter-c-kernel

Minimal Jupyter C kernel
MIT License
574 stars 144 forks source link

The c kernel does not appear in Jupyter #44

Open darmawiguna opened 6 years ago

darmawiguna commented 6 years ago

I am new in python.. I have followed the steps of manual installation. pip install jupyter-c-kernel when I open the jupyter jupyter notebook there is no c-kernel, there is only python. There is no error during installation. Is there any solution for this? Thank you.

halfhorst commented 6 years ago

I think you missed a step. You need to run "install_c_kernel" after the pip install. That script should be in your path after you pip install

darmawiguna commented 6 years ago

Thank you so much. I did missed that step. For jupyter notebook, is there any way that we can do user's input in the program? like scanf("%d",&a);