Skip to main content

C++ 14 kernel for Jupyter

Project description

This repo is originally created by Brendan Rius - `C Kernel for Jupyter`

You can see the original project at https://github.com/brendan-rius/jupyter-c-kernel

Plus, this C++ kernel only uses C++ 14. The others are being developed
(or not, who knows 😅)

CodeQL

C++ 14 kernel for Jupyter

Installation

:warning:

If you want to use it on Windows, please installing 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

Installing on macOS and Windows

:warning:

You must all requirements above before doing anything else. After that, you can copy this script and install the kernel

pip install jupyter-cpp-kernel

Installing on Debian/Ubuntu

sudo apt update && sudo apt full-upgrade -y 
sudo apt install -y g++
sudo apt install -y python3 python3-pip
sudo pip install --upgrade pip
sudo pip install jupyter # Or jupyterlab. Using `sudo` to install to the main packge
sudo pip install jupyter-cpp-kernel # Can be `sudo`, but using it with caution. Only for large deployment Jupyter server

Install from GitHub repo

Installing on macOS and Windows

:warning:

You must all requirements above before doing anything else.
After that, you can copy this script and install the kernel

pip install git+https://github.com/takinekotfs/jupyter-cpp-kernel.git

Installing on Debian/Ubuntu

sudo apt update && sudo apt full-upgrade -y 
sudo apt install -y g++
sudo apt install -y python3 python3-pip
sudo pip install --upgrade pip
sudo pip install jupyter # Or jupyterlab. Using `sudo` to install to the main packge
sudo pip install git+https://github.com/takinekotfs/jupyter-cpp-kernel.git 

Contributing

You can clone, create a fork or import this repo whenever you want.

Please follow the GitHub standards and the license

Guides (notebook)

See more at here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter-cpp-kernel-1.0.0a4.tar.gz (164.6 kB view hashes)

Uploaded Source

Built Distribution

jupyter_cpp_kernel-1.0.0a4-py3-none-any.whl (169.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page