Contents

Supported kernel languages

Jupyter generic

Jupyter Connection

References

kernel list

Language specific

C++

// Redefinition

#include <iostream>
void (*myFunc)() = nullptr;
// Cell 2
myFunc = []()->void {
    std::cout << "You";           
};
myFunc();

Java

Javascript

sudo apt-get install nodejs npm jupyter-notebook
npm config set prefix $HOME
npm install -g ijavascript
ijsinstall

Perl (shitty/buggy)

Perl6 (TODO)

Ruby

Rust (TODO)

Kernel Not to implement

Asm (No syscall, to be used in notebook)

C (shitty)

sudo pip3 install jupyter-c-kernel
sudo sudo install_c_kernel --sys-prefix