jupyter-cpp-kernel


Namejupyter-cpp-kernel JSON
Version 1.0.0a8 PyPI version JSON
download
home_pagehttps://github.com/shiroinekotfs/jupyter-cpp-kernel
SummaryC++ kernel for Jupyter
upload_time2024-05-12 16:00:38
maintainerNone
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.
            > ℹ️
> * 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)

<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": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "windows, macos, linux, jupyter, cpp, cpp14, jupyter-kernels, pip",
    "author": "shiroinekotfs",
    "author_email": "shiroineko.tfs@gmail.com",
    "download_url": "https://github.com/shiroinekotfs/jupyter-cpp-kernel/releases",
    "platform": null,
    "description": "> \u2139\ufe0f\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> * [Track `jupyter-cpp-kernel` on PePY](https://www.pepy.tech/projects/jupyter-cpp-kernel)\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[![Total Downloads](https://static.pepy.tech/badge/jupyter-cpp-kernel)](https://pepy.tech/project/jupyter-cpp-kernel)\n[![Downloads](https://static.pepy.tech/badge/jupyter-cpp-kernel/month)](https://pepy.tech/project/jupyter-cpp-kernel)\n\n# C++ (General) kernel for Jupyter\n\n## Installation\n\n> :warning:\n>\n> 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)\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 the 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 possible.\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++ kernel for Jupyter",
    "version": "1.0.0a8",
    "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": "871bfd53dbe25067cf285a9eda72277955868f05967d50ca66aeb5e720cd21ea",
                "md5": "1054c60ceb66dd3da6ad43bfd546a84a",
                "sha256": "9b9bb32baf7a6cc2eeb334daf7dcf34ffd87f0d25b25c59e3ba1dbbce8c5bfe0"
            },
            "downloads": -1,
            "filename": "jupyter_cpp_kernel-1.0.0a8-1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1054c60ceb66dd3da6ad43bfd546a84a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 143022,
            "upload_time": "2024-05-12T16:00:38",
            "upload_time_iso_8601": "2024-05-12T16:00:38.711766Z",
            "url": "https://files.pythonhosted.org/packages/87/1b/fd53dbe25067cf285a9eda72277955868f05967d50ca66aeb5e720cd21ea/jupyter_cpp_kernel-1.0.0a8-1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-12 16:00:38",
    "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.31434s