Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Dec 5, 2023
1 parent c17697e commit cbdacf0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/fields.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install git+https://github.com/ASEM000/serket --quiet"
"!pip install git+https://github.com/ASEM000/serket --quiet"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/function_transformations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install git+https://github.com/ASEM000/serket --quiet"
"!pip install git+https://github.com/ASEM000/serket --quiet"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/misc_recipes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install git+https://github.com/ASEM000/serket --quiet"
"!pip install git+https://github.com/ASEM000/serket --quiet"
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions docs/notebooks/train_mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
},
"outputs": [],
"source": [
"# !pip install git+https://github.com/ASEM000/serket --quiet\n",
"# !pip install optax --quiet\n",
"# !pip install tqdm --quiet\n",
"# !pip install ml_collections --quiet"
"!pip install git+https://github.com/ASEM000/serket --quiet\n",
"!pip install optax --quiet\n",
"!pip install tqdm --quiet\n",
"!pip install ml_collections --quiet"
]
},
{
Expand Down

0 comments on commit cbdacf0

Please sign in to comment.