https://github.com/shiroinekotfs/jupyter-cpp-kernel
C++ kernel for Jupyter. Easily adopt and deploy for testing environment.
https://github.com/shiroinekotfs/jupyter-cpp-kernel
cpp jupyter jupyter-kernels linux macos pip windows
Last synced: 3 months ago
JSON representation
C++ kernel for Jupyter. Easily adopt and deploy for testing environment.
- Host: GitHub
- URL: https://github.com/shiroinekotfs/jupyter-cpp-kernel
- Owner: shiroinekotfs
- License: mit
- Created: 2023-07-13T03:12:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T16:01:13.000Z (8 months ago)
- Last Synced: 2025-04-09T16:27:47.983Z (8 months ago)
- Topics: cpp, jupyter, jupyter-kernels, linux, macos, pip, windows
- Language: C++
- Homepage: https://pypi.org/project/jupyter-cpp-kernel/
- Size: 485 MB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
> ℹ️
> * For C/C++ header add-on development, [try this template](https://github.com/shiroinekotfs/jupyter-cpp-header-template)
> * [Security issue with Jupyter Notebooks](https://github.com/shiroinekotfs/jupyter-cpp-kernel/discussions/20)
> * [Track `jupyter-cpp-kernel` on PePY](https://www.pepy.tech/projects/jupyter-cpp-kernel)
[](https://github.com/shiroinekotfs/jupyter-cpp-kernel/actions/workflows/codeql.yml)


[](https://pepy.tech/project/jupyter-cpp-kernel)
[](https://pepy.tech/project/jupyter-cpp-kernel)
# C++ (General) kernel for Jupyter
## Installation
> :warning:
>
> If you want to use it on Windows, please install the [GNU Compiler Collection for Windows](https://github.com/shiroinekotfs/jupyter-cpp-kernel/blob/master/INSTALL_ON_WINDOWS.md)
Normally, your target machine must meet these requirement packages before installing and using `jupyter-cpp-kernel`.
* `g++`
* `python3`, `python3-pip`
* `jupyter` (recommend `jupyterlab`)
### Install from PyPI
> :warning:
>
> For Windows User: Please follow [this instruction](https://github.com/shiroinekotfs/jupyter-cpp-kernel/blob/master/INSTALL_ON_WINDOWS.md) to install GCC properly.
```shell
pip install jupyter-cpp-kernel
```
### Install from the GitHub repo
> :warning:
>
> For Windows User: Please follow [this instruction](https://github.com/shiroinekotfs/jupyter-cpp-kernel/blob/master/INSTALL_ON_WINDOWS.md) to install GCC properly.
```shell
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