Skip to content

Commit

Permalink
build: set metadata for .ipynb to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent 68f26bd commit b5fc102
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
49 changes: 26 additions & 23 deletions lessons/0/exercise.ipynb
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Exercise 0: Total rows"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": ["# Exercise 0: Total rows"]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Bash",
"language": "bash",
"name": "bash"
},
"language_info": {
"name": "bash"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
1 change: 0 additions & 1 deletion postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

set -ex

pip install -e ./bash_kernel
python -m bash_kernel.install
1 change: 0 additions & 1 deletion start
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

jupyter kernelspec remove python3
python -m bash_kernel.install
export PATH=$HOME/path_files:$PATH

Expand Down

0 comments on commit b5fc102

Please sign in to comment.