{"id":13648382,"url":"https://github.com/brendan-rius/jupyter-c-kernel","last_synced_at":"2025-04-13T00:46:15.595Z","repository":{"id":54100987,"uuid":"54715656","full_name":"brendan-rius/jupyter-c-kernel","owner":"brendan-rius","description":"Minimal Jupyter C kernel","archived":false,"fork":false,"pushed_at":"2024-05-20T18:25:18.000Z","size":375,"stargazers_count":576,"open_issues_count":44,"forks_count":148,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-13T00:46:11.685Z","etag":null,"topics":["c","jupyter","kernel","notebook"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brendan-rius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-25T11:48:55.000Z","updated_at":"2025-04-11T07:05:47.000Z","dependencies_parsed_at":"2024-11-09T22:32:38.455Z","dependency_job_id":"9ce6f8fb-df20-46c9-8be7-eca23f1e6dd1","html_url":"https://github.com/brendan-rius/jupyter-c-kernel","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendan-rius%2Fjupyter-c-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendan-rius%2Fjupyter-c-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendan-rius%2Fjupyter-c-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendan-rius%2Fjupyter-c-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brendan-rius","download_url":"https://codeload.github.com/brendan-rius/jupyter-c-kernel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650432,"owners_count":21139672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","jupyter","kernel","notebook"],"created_at":"2024-08-02T01:04:11.596Z","updated_at":"2025-04-13T00:46:15.576Z","avatar_url":"https://github.com/brendan-rius.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Minimal C kernel for Jupyter\n\n## Use with Docker (recommended)\n\n * `docker pull brendanrius/jupyter-c-kernel`\n * `docker run -p 8888:8888 brendanrius/jupyter-c-kernel`\n * Copy the given URL containing the token, and browse to it. For instance:\n \n ```\n Copy/paste this URL into your browser when you connect for the first time,\n to login with a token:\n    http://localhost:8888/?token=66750c80bd0788f6ba15760aadz53beb9a9fb4cf8ac15ce8\n ```\n\n## Manual installation\n\nWorks only on Linux and OS X. Windows is not supported yet. If you want to use this project on Windows, please use Docker.\n\n\n * Make sure you have the following requirements installed:\n  * gcc\n  * jupyter\n  * python 3\n  * pip\n\n### Step-by-step:\n * `pip install jupyter-c-kernel`\n * `install_c_kernel`\n * `jupyter-notebook`. Enjoy!\n\n## Example of notebook\n\n![Example of notebook](example-notebook.png?raw=true \"Example of notebook\")\n\n## Custom compilation flags\n\nYou can use custom compilation flags like so:\n\n![Custom compulation flag](custom_flags.png?raw=true \"Example of notebook using custom compilation flags\")\n\nHere, the `-lm` flag is passed so you can use the math library.\n\n## Contributing\n\nThe docker image installs the kernel in editable mode, meaning that you can\nchange the code in real-time in Docker. For that, just run the docker box like\nthat:\n\n```bash\ngit clone https://github.com/brendan-rius/jupyter-c-kernel.git\ncd jupyter-c-kernel\ndocker run -v $(pwd):/jupyter/jupyter_c_kernel/ -p 8888:8888 brendanrius/jupyter-c-kernel\n```\n\nThis clones the source, run the kernel, and binds the current folder (the one\nyou just cloned) to the corresponding folder in Docker.\nNow, if you change the source, it will be reflected in [http://localhost:8888](http://localhost:8888)\ninstantly. Do not forget to click \"restart\" the kernel on the page as it does\nnot auto-restart.\n\n## License\n\n[MIT](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendan-rius%2Fjupyter-c-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrendan-rius%2Fjupyter-c-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendan-rius%2Fjupyter-c-kernel/lists"}