Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
529 views
in Technique[技术] by (71.8m points)

c kernel not working in jupyter notebook while others exhibit no issue

I set up Jupyter Notebook on a server and added a number of Kernels to be able to work not just in Python. All work apart from C. Even a simple test script like below does nothing.

#include <stdio.>
#include <math.h>

int main()
{
    printf("sqrt(67) = %f", sqrt(67));
    
    return 0;
}

To set up the C Kernel I followed the (simple) Manual instructions here.

The Manual Installation instructions here does not work.

This question did not work.

The setup is on Ubuntu 16.04 server.

Any assistance or pointers appreciated.

Thanks.

......and a Happy, safe 2021 to all.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...