https://github.com/badouralix/bash-in-jupyter
Develop in bash like the future is already there
https://github.com/badouralix/bash-in-jupyter
bash jupyter kind kubernetes notebook vscode
Last synced: about 2 months ago
JSON representation
Develop in bash like the future is already there
- Host: GitHub
- URL: https://github.com/badouralix/bash-in-jupyter
- Owner: badouralix
- License: mit
- Created: 2020-04-29T00:17:56.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T20:53:28.000Z (over 2 years ago)
- Last Synced: 2025-03-04T03:19:53.967Z (over 1 year ago)
- Topics: bash, jupyter, kind, kubernetes, notebook, vscode
- Language: Jupyter Notebook
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bash in Jupyter
Bash scripts are the best ! But sometimes it is quite hard to iterate on them as
fast as with python scripts. This small repository aims to demonstrate how we
can leverage existing tooling to develop bash scripts.
- [Bootstrap project](#bootstrap-project)
- [Install dependencies](#install-dependencies)
- [Jupyter Notebooks](#jupyter-notebooks)
- [Inline Code Cells](#inline-code-cells)
- [Documentation](#documentation)
## Bootstrap project
Skip this section, it is only useful to me to remember how to bootstrap this
repository
```bash
PIPENV_VENV_IN_PROJECT=enabled pipenv install --dev jupyter
```
## Install dependencies
```bash
PIPENV_VENV_IN_PROJECT=enabled pipenv sync --dev
```
## Jupyter Notebooks
See how we can leverage _notebooks_ to build an interactive bash script in
[bash.ipynb](bash.ipynb)

## Inline Code Cells
See how we can leverage _inline code cells_ to build an interactive bash script
in [bash.py](bash.py)

## Documentation
-
-
-
-
-
-