{"id":18314148,"url":"https://github.com/oreillymedia/ipython-kernel","last_synced_at":"2026-02-13T13:08:47.083Z","repository":{"id":23806399,"uuid":"27182610","full_name":"oreillymedia/ipython-kernel","owner":"oreillymedia","description":"IPython kernel server for Pyxie projects","archived":false,"fork":false,"pushed_at":"2015-03-16T16:40:43.000Z","size":247,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-01T02:22:20.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oreillymedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-26T15:16:10.000Z","updated_at":"2016-08-02T05:11:09.000Z","dependencies_parsed_at":"2022-08-22T04:51:06.376Z","dependency_job_id":null,"html_url":"https://github.com/oreillymedia/ipython-kernel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oreillymedia/ipython-kernel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreillymedia%2Fipython-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreillymedia%2Fipython-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreillymedia%2Fipython-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreillymedia%2Fipython-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oreillymedia","download_url":"https://codeload.github.com/oreillymedia/ipython-kernel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreillymedia%2Fipython-kernel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274653074,"owners_count":25325211,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-05T16:30:16.343Z","updated_at":"2026-02-13T13:08:42.046Z","avatar_url":"https://github.com/oreillymedia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple base image for a static Jupyter notebook server.\n\n## Setting everything up\n\nThis is meant to run under vagrant, so first do:\n\n```\n$ vagrant up\n```\n\nThen, login to the image:\n\n```\n$ vagrant ssh\n$ cd /vagrant\n```\n\nThe first time you provision the VM, you should also pull some of the base docker images:\n\n```\n$ docker pull ubuntu\n$ docker pull jupyter/tmpnb\n$ docker pull jupyter/configurable-http-proxy\n```\n\nNext, build the image:\n\n```\ndocker build -t odewahn/jupyter-kernel .\n```\n\nYou can start everything like this:\n\n```\n$ ./start.sh\n```\n\nThen, go to your browser and hit:\n\n`http://localhost:8000/`\n\nThis spins up a new container and redirects you to it.  It will look something like this:\n\n`http://localhost:8000/user-RgpNmthp8Oqr/`\n\nThe websocket URL is then just this:\n\n`ws://localhost:8000/user-RgpNmthp8Oqr/`\n\n \n\n## Kernel Development \n\nIf you want to hack on just the kernel code (i.e., the container that actually starts a single notebook kernel)\n\nFrom the `/vagrant` directory, start test container like this:\n\n```\ndocker run -it -p 8888:8888 -v $(pwd):/usr/src  -w /usr/src odewahn/jupyter-kernel /bin/bash\n```\n\nThis will map the code volume in the container all the way through to your host directory.\n\nThen, run the program:\n\n```\npython jupyter-kernel.py\n```\n\nGo to `localhost:8888` to see the output of the single kernel.  It should just give a status code, like this:\n\n```\n{\"status\": \"ok\"}\n```\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foreillymedia%2Fipython-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foreillymedia%2Fipython-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foreillymedia%2Fipython-kernel/lists"}