Skip to content

shiroinekotfs/jupyter-cpp-kernel

Repository files navigation

ℹ️

CodeQL

GitHub repo size GitHub Repo stars Total Downloads Downloads

C++ 14 kernel for Jupyter

Installation

⚠️

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

⚠️

For Windows User: Please follow this instruction to install GCC properly.

pip install jupyter-cpp-kernel

Install from the GitHub repo

⚠️

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