jupyter-cpp-kernel


Namejupyter-cpp-kernel JSON
Version 1.0.0a7 PyPI version JSON
download
home_pagehttps://github.com/shiroinekotfs/jupyter-cpp-kernel
SummaryC++ 14 kernel for Jupyter
upload_time2024-02-02 00:27:40
maintainer
docs_urlNone
authorshiroinekotfs
requires_python>=3.8
licenseMIT
keywords windows macos linux jupyter cpp cpp14 jupyter-kernels pip
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            > :warning:
> * 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)

[![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)
![PyPI - Downloads](https://img.shields.io/pypi/dm/jupyter-cpp-kernel?logo=pypi)

# C++ 14 kernel for Jupyter

## Installation

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

Please follow the GitHub standards and the license

## Guides (notebook)

<p align="center">
    <b>See more at </b><a href="https://github.com/shiroinekotfs/jupyter-cpp-kernel-doc">here</a>
    <br><br>
    <img src="https://github.com/shiroinekotfs/jupyter-cpp-kernel/assets/115929530/201d3f51-fa4c-44d4-bc2b-4ea2a252f13c" />
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shiroinekotfs/jupyter-cpp-kernel",
    "name": "jupyter-cpp-kernel",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "windows,macos,linux,jupyter,cpp,cpp14,jupyter-kernels,pip",
    "author": "shiroinekotfs",
    "author_email": "shiroineko.tfs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c1/33/f72d4a788fbf317f238d5aabc7eb27c0b615a396122f8c3ccee69d8b39a1/jupyter-cpp-kernel-1.0.0a7.tar.gz",
    "platform": null,
    "description": "> :warning:\n> * For C/C++ header add-on development, [try this template](https://github.com/shiroinekotfs/jupyter-cpp-header-template)\n> * [Security issue with Jupyter Notebooks](https://github.com/shiroinekotfs/jupyter-cpp-kernel/discussions/20)\n\n[![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)\n\n![GitHub repo size](https://img.shields.io/github/repo-size/shiroinekotfs/jupyter-cpp-kernel)\n![GitHub Repo stars](https://img.shields.io/github/stars/shiroinekotfs/jupyter-cpp-kernel)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/jupyter-cpp-kernel?logo=pypi)\n\n# C++ 14 kernel for Jupyter\n\n## Installation\n\n> :warning:\n>\n> If you want to use it on Windows, please installing the [GNU Compiler Collection for Windows](https://github.com/shiroinekotfs/jupyter-cpp-kernel/blob/master/INSTALL_ON_WINDOWS.md)\n\nNormally, your target machine must meet these requirement packages before installing and using `jupyter-cpp-kernel`.\n\n* `g++`\n* `python3`, `python3-pip`\n* `jupyter` (recommend `jupyterlab`)\n\n### Install from PyPI\n\n> :warning:\n>\n> For Windows User: Please follow [this instruction](https://github.com/shiroinekotfs/jupyter-cpp-kernel/blob/master/INSTALL_ON_WINDOWS.md) to install GCC properly.\n\n```shell\npip install jupyter-cpp-kernel\n```\n\n### Install from GitHub repo\n\n\n> :warning:\n>\n> For Windows User: Please follow [this instruction](https://github.com/shiroinekotfs/jupyter-cpp-kernel/blob/master/INSTALL_ON_WINDOWS.md) to install GCC properly.\n\n```shell\npip install git+https://github.com/shiroinekotfs/jupyter-cpp-kernel.git\n```\n\n## Contributing\n\nYou can clone, create a fork or import this repo whenever you want.\n\nPlease follow the GitHub standards and the license\n\n## Guides (notebook)\n\n<p align=\"center\">\n    <b>See more at </b><a href=\"https://github.com/shiroinekotfs/jupyter-cpp-kernel-doc\">here</a>\n    <br><br>\n    <img src=\"https://github.com/shiroinekotfs/jupyter-cpp-kernel/assets/115929530/201d3f51-fa4c-44d4-bc2b-4ea2a252f13c\" />\n</p>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "C++ 14 kernel for Jupyter",
    "version": "1.0.0a7",
    "project_urls": {
        "Bug Tracker": "https://github.com/shiroinekotfs/jupyter-cpp-kernel/issues",
        "Download": "https://github.com/shiroinekotfs/jupyter-cpp-kernel/releases",
        "Homepage": "https://github.com/shiroinekotfs/jupyter-cpp-kernel"
    },
    "split_keywords": [
        "windows",
        "macos",
        "linux",
        "jupyter",
        "cpp",
        "cpp14",
        "jupyter-kernels",
        "pip"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4eeb225f21706f2fb1305d4dc28a9031af6afd9ea74a101cc98a0e5ce719c4ee",
                "md5": "fae6d692b96867696c7bbfbb057b66fc",
                "sha256": "51f8c1511ce33b44e6b33a37e87c10d37287ec4d649828b471e10b8f8831d34b"
            },
            "downloads": -1,
            "filename": "jupyter_cpp_kernel-1.0.0a7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fae6d692b96867696c7bbfbb057b66fc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 28344,
            "upload_time": "2024-02-02T00:27:38",
            "upload_time_iso_8601": "2024-02-02T00:27:38.740232Z",
            "url": "https://files.pythonhosted.org/packages/4e/eb/225f21706f2fb1305d4dc28a9031af6afd9ea74a101cc98a0e5ce719c4ee/jupyter_cpp_kernel-1.0.0a7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c133f72d4a788fbf317f238d5aabc7eb27c0b615a396122f8c3ccee69d8b39a1",
                "md5": "2cc8158e2ab0897050f58e0150d61877",
                "sha256": "40c75456b5a0f315b0780f5c8e063b6b67c5d48a3e213645493b58cff6100c4d"
            },
            "downloads": -1,
            "filename": "jupyter-cpp-kernel-1.0.0a7.tar.gz",
            "has_sig": false,
            "md5_digest": "2cc8158e2ab0897050f58e0150d61877",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 25997,
            "upload_time": "2024-02-02T00:27:40",
            "upload_time_iso_8601": "2024-02-02T00:27:40.888572Z",
            "url": "https://files.pythonhosted.org/packages/c1/33/f72d4a788fbf317f238d5aabc7eb27c0b615a396122f8c3ccee69d8b39a1/jupyter-cpp-kernel-1.0.0a7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 00:27:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shiroinekotfs",
    "github_project": "jupyter-cpp-kernel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jupyter-cpp-kernel"
}
        
Elapsed time: 0.25532s