Skip to content

Commit

Permalink
add install command to every notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
slitvinov committed Nov 5, 2023
1 parent 24ed113 commit 5e4444d
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
Binary file not shown.
11 changes: 11 additions & 0 deletions doc/_downloads/24eaf8dd253be2821d2f6eb64c3d9de4/fields.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"%%%pip install -q git+https://github.com/cselab/odil"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"%%%pip install -q git+https://github.com/cselab/odil"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Binary file not shown.
11 changes: 11 additions & 0 deletions doc/_downloads/ba280f66aff03682481a6b490d9023f6/poisson.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"%%%pip install -q git+https://github.com/cselab/odil"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 5e4444d

Please sign in to comment.