{"id":20281284,"url":"https://github.com/badouralix/bash-in-jupyter","last_synced_at":"2026-05-05T10:33:31.686Z","repository":{"id":37033441,"uuid":"259782403","full_name":"badouralix/bash-in-jupyter","owner":"badouralix","description":"Develop in bash like the future is already there","archived":false,"fork":false,"pushed_at":"2023-10-17T20:53:28.000Z","size":180,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-04T03:19:53.967Z","etag":null,"topics":["bash","jupyter","kind","kubernetes","notebook","vscode"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/badouralix.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":"2020-04-29T00:17:56.000Z","updated_at":"2022-01-23T22:17:09.000Z","dependencies_parsed_at":"2024-11-14T18:49:11.221Z","dependency_job_id":null,"html_url":"https://github.com/badouralix/bash-in-jupyter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/badouralix/bash-in-jupyter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badouralix%2Fbash-in-jupyter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badouralix%2Fbash-in-jupyter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badouralix%2Fbash-in-jupyter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badouralix%2Fbash-in-jupyter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badouralix","download_url":"https://codeload.github.com/badouralix/bash-in-jupyter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badouralix%2Fbash-in-jupyter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27349335,"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-11-29T02:00:06.589Z","response_time":56,"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":["bash","jupyter","kind","kubernetes","notebook","vscode"],"created_at":"2024-11-14T13:39:53.463Z","updated_at":"2025-11-29T12:03:33.416Z","avatar_url":"https://github.com/badouralix.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash in Jupyter\n\nBash scripts are the best ! But sometimes it is quite hard to iterate on them as\nfast as with python scripts. This small repository aims to demonstrate how we\ncan leverage existing tooling to develop bash scripts.\n\n- [Bootstrap project](#bootstrap-project)\n- [Install dependencies](#install-dependencies)\n- [Jupyter Notebooks](#jupyter-notebooks)\n- [Inline Code Cells](#inline-code-cells)\n- [Documentation](#documentation)\n\n## Bootstrap project\n\nSkip this section, it is only useful to me to remember how to bootstrap this\nrepository\n\n```bash\nPIPENV_VENV_IN_PROJECT=enabled pipenv install --dev jupyter\n```\n\n## Install dependencies\n\n```bash\nPIPENV_VENV_IN_PROJECT=enabled pipenv sync --dev\n```\n\n## Jupyter Notebooks\n\n\u003chttps://code.visualstudio.com/docs/python/jupyter-support\u003e\n\nSee how we can leverage _notebooks_ to build an interactive bash script in\n[bash.ipynb](bash.ipynb)\n\n![bash.ipynb screenshot](https://user-images.githubusercontent.com/19719047/80865057-0cb6c680-8c87-11ea-8e0c-bf0877594132.png)\n\n## Inline Code Cells\n\n\u003chttps://code.visualstudio.com/docs/python/jupyter-support-py\u003e\n\nSee how we can leverage _inline code cells_ to build an interactive bash script\nin [bash.py](bash.py)\n\n![bash.py screenshot](https://user-images.githubusercontent.com/19719047/80865059-10e2e400-8c87-11ea-853a-998e799acb7f.png)\n\n## Documentation\n\n- \u003chttps://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe\u003e\n- \u003chttps://github.com/pypa/pipenv\u003e\n- \u003chttps://github.com/pypa/pipenv/issues/3123\u003e\n- \u003chttps://docs.pipenv.org/en/latest/basics/\u003e\n- \u003chttps://stackoverflow.com/questions/52540121/make-pipenv-create-the-virtualenv-in-the-same-folder\u003e\n- \u003chttps://code.visualstudio.com/docs/python/jupyter-support\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadouralix%2Fbash-in-jupyter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadouralix%2Fbash-in-jupyter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadouralix%2Fbash-in-jupyter/lists"}