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.

ℹ️

CodeQL

GitHub repo size GitHub Repo stars Total Downloads Downloads

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 (recommend jupyterlab)

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