jupyter-cpp-kernel
jupyter-cpp-kernel copied to clipboard
C++ kernel for Jupyter. Easily adopt and deploy for testing environment.
ℹ️
- For C/C++ header add-on development, try this template
- Security issue with Jupyter Notebooks
- Track
jupyter-cpp-kernel
on PePY
C++ (General) kernel for Jupyter
Installation
:warning:
If you want to use it on Windows, please install the GNU Compiler Collection for Windows
Normally, your target machine must meet these requirement packages before installing and using jupyter-cpp-kernel
.
-
g++
-
python3
,python3-pip
-
jupyter
(recommendjupyterlab
)
Install from PyPI
:warning:
For Windows User: Please follow this instruction to install GCC properly.
pip install jupyter-cpp-kernel
Install from the GitHub repo
:warning:
For Windows User: Please follow this instruction to install GCC properly.
pip install git+https://github.com/shiroinekotfs/jupyter-cpp-kernel.git
Contributing
You can clone, create a fork, or import this repo whenever possible.
Please follow the GitHub standards and the license
Guides (notebook)
See more at here