mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
build: set metadata for .ipynb to bash
This commit is contained in:
parent
68f26bd2aa
commit
b5fc102a5b
3 changed files with 26 additions and 25 deletions
|
|
@ -1,25 +1,28 @@
|
||||||
{
|
{
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": ["# Exercise 0: Total rows"]
|
||||||
"# Exercise 0: Total rows"
|
},
|
||||||
]
|
{
|
||||||
},
|
"cell_type": "code",
|
||||||
{
|
"execution_count": null,
|
||||||
"cell_type": "code",
|
"metadata": {},
|
||||||
"execution_count": null,
|
"outputs": [],
|
||||||
"metadata": {},
|
"source": []
|
||||||
"outputs": [],
|
}
|
||||||
"source": []
|
],
|
||||||
}
|
"metadata": {
|
||||||
],
|
"kernelspec": {
|
||||||
"metadata": {
|
"display_name": "Bash",
|
||||||
"language_info": {
|
"language": "bash",
|
||||||
"name": "python"
|
"name": "bash"
|
||||||
}
|
},
|
||||||
},
|
"language_info": {
|
||||||
"nbformat": 4,
|
"name": "bash"
|
||||||
"nbformat_minor": 2
|
}
|
||||||
|
},
|
||||||
|
"nbformat": 4,
|
||||||
|
"nbformat_minor": 2
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
1
start
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue