jupyter-cpp-kernel icon indicating copy to clipboard operation
jupyter-cpp-kernel copied to clipboard

C++ kernel for Jupyter. Easily adopt and deploy for testing environment.

Results 6 jupyter-cpp-kernel issues
Sort by recently updated
recently updated
newest added
trafficstars

### Discussed in https://github.com/shiroinekotfs/jupyter-cpp-kernel/discussions/27 Originally posted by **ShashaankHari** February 7, 2024 I use jupyter on browser and vscode, primarily on vscode,. How do i change the C++ standard so that...

documentation
enhancement

What do you guys think about displaying random quote of famous people on over the Internet (i.e. Dale Carnegie) everytime C++ kernel start-ups? It will be funny, huh?

documentation
enhancement

Hi there, It is me, @shiroinekotfs! Sorry for being "offline" on this project for a long time. Because I lost my way to boost up new features for C++ kernel....

enhancement

**Is your feature request related to a problem? Please describe.** Please, add support for `clang c++` compiller. This compiler is supported even my Microsoft Visual Studio (`clang-cl`). If this kernel...

This feature allows debugging on the C++ kernel, including memory manipulation. There are 2 plans available: * Using `gdb` (if possible). It also leads to the compilation of the program...

enhancement

This feature allows multiple blocks of code to interact with each other. For example, these following blocks can share the variables, functions, and memory address of them altogether: * Block...

enhancement