Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 cpp14 jupyter jupyter-kernels linux macos pip windows
Last synced: about 1 month 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 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-09T02:24:45.000Z (7 months ago)
- Last Synced: 2024-04-14T03:16:06.663Z (7 months ago)
- Topics: cpp, cpp14, jupyter, jupyter-kernels, linux, macos, pip, windows
- Language: C++
- Homepage: https://pypi.org/project/jupyter-cpp-kernel/
- Size: 454 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
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)[![CodeQL](https://github.com/shiroinekotfs/jupyter-cpp-kernel/actions/workflows/codeql.yml/badge.svg)](https://github.com/shiroinekotfs/jupyter-cpp-kernel/actions/workflows/codeql.yml)
![GitHub repo size](https://img.shields.io/github/repo-size/shiroinekotfs/jupyter-cpp-kernel)
![GitHub Repo stars](https://img.shields.io/github/stars/shiroinekotfs/jupyter-cpp-kernel)
[![Total Downloads](https://static.pepy.tech/badge/jupyter-cpp-kernel)](https://pepy.tech/project/jupyter-cpp-kernel)
[![Downloads](https://static.pepy.tech/badge/jupyter-cpp-kernel/month)](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