build: set metadata for .ipynb to bash

This commit is contained in:
rzmk 2024-05-29 13:27:16 -04:00
parent 68f26bd2aa
commit b5fc102a5b
3 changed files with 26 additions and 25 deletions

View file

@ -3,9 +3,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": ["# Exercise 0: Total rows"]
"# Exercise 0: Total rows"
]
}, },
{ {
"cell_type": "code", "cell_type": "code",
@ -16,8 +14,13 @@
} }
], ],
"metadata": { "metadata": {
"kernelspec": {
"display_name": "Bash",
"language": "bash",
"name": "bash"
},
"language_info": { "language_info": {
"name": "python" "name": "bash"
} }
}, },
"nbformat": 4, "nbformat": 4,

View file

@ -2,5 +2,4 @@
set -ex set -ex
pip install -e ./bash_kernel
python -m bash_kernel.install python -m bash_kernel.install

1
start
View file

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
jupyter kernelspec remove python3
python -m bash_kernel.install python -m bash_kernel.install
export PATH=$HOME/path_files:$PATH export PATH=$HOME/path_files:$PATH