{"id":17686319,"url":"https://github.com/shihanng/iruby-docker","last_synced_at":"2026-05-06T03:34:56.047Z","repository":{"id":84061089,"uuid":"195533972","full_name":"shihanng/iruby-docker","owner":"shihanng","description":"Jupyter Docker Stack image with Ruby kernel (iruby) for Jupyter/IPython Notebook enabled.","archived":false,"fork":false,"pushed_at":"2019-07-07T12:58:32.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-29T05:23:32.322Z","etag":null,"topics":["docker","iruby","iruby-notebook","jupyter-notebook","jupyterlab","python","ruby"],"latest_commit_sha":null,"homepage":"","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/shihanng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-07-06T11:52:51.000Z","updated_at":"2023-05-01T01:04:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"c35d99b6-c52f-4df9-8d8c-004e52f10dcc","html_url":"https://github.com/shihanng/iruby-docker","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/shihanng/iruby-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihanng%2Firuby-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihanng%2Firuby-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihanng%2Firuby-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihanng%2Firuby-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shihanng","download_url":"https://codeload.github.com/shihanng/iruby-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihanng%2Firuby-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","iruby","iruby-notebook","jupyter-notebook","jupyterlab","python","ruby"],"created_at":"2024-10-24T10:44:31.210Z","updated_at":"2026-05-06T03:34:56.026Z","avatar_url":"https://github.com/shihanng.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/shihanng/iruby-docker.svg?branch=master)](https://travis-ci.org/shihanng/iruby-docker)\n![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/shihanng/iruby-docker.svg?style=popout)\n![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/shihanng/iruby-docker.svg?style=popout)\n[![](https://images.microbadger.com/badges/version/shihanng/iruby-docker.svg)](https://microbadger.com/images/shihanng/iruby-docker \"Get your own version badge on microbadger.com\")\n\n# iruby-docker\n\niruby-docker is a community maintained Jupyter Docker Stack image\nwith [iruby](https://github.com/SciRuby/iruby) installed.\nThis image is built based on the [Jupyter Docker Stacks's cookiecutter](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/stacks.html),\nthe image is available on [Docker Hub](https://hub.docker.com/r/shihanng/iruby-docker).\n\n## Other features\n\n- [jupyterlab-vim](https://github.com/jwkvam/jupyterlab-vim) is installed.\n\n## Usage\n\n```\n$ docker run -it --name iruby-notebook --rm -p 8888:8888 -v `pwd`:/home/jovyan/work shihanng/iruby-docker:latest\n...\n\n    To access the notebook, open this file in a browser:\n        file:///home/jovyan/.local/share/jupyter/runtime/nbserver-17-open.html\n    Or copy and paste one of these URLs:\n        http://(xxxxxxxxxxxx or 127.0.0.1):8888/?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n```\n\nBased on the URL above, visit `http://127.0.0.1:8888/?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`.\nThis command will mount the current working directory (`pwd`)\nto the `/home/jovyan/work` directory in Docker container\nand all files can be found in the `work` directory in the browser as shown:\n\n![Jupyter Notebook](/screenshots/notebook.png)\n\nUse `JUPYTER_ENABLE_LAB` environment variable to enable [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).\n\n```\n$ docker run -it --name iruby-notebook --rm -p 8888:8888  -e JUPYTER_ENABLE_LAB=yes -v `pwd`:/home/jovyan/work shihanng/iruby-docker:latest\n```\n\n![JupyterLab](/screenshots/jupyterlab.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihanng%2Firuby-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshihanng%2Firuby-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihanng%2Firuby-docker/lists"}