Skip to content

Commit

Permalink
Fix README notebook metadata (#67)
Browse files Browse the repository at this point in the history
* Add back kernel metadata

* Fix error with package name
  • Loading branch information
mdpiper committed Apr 5, 2022
1 parent 93b0aae commit 4345f5f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"cells": [
{
"cell_type": "markdown",
"id": "501eef0d",
"metadata": {},
"source": [
"![Ivy logo](./media/logo.png)\n",
Expand Down Expand Up @@ -117,6 +116,23 @@
"cell_metadata_filter": "-all",
"main_language": "python",
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ dependencies:
- imageio
- tqdm
- jupytext
- pre-install
- pre-commit

0 comments on commit 4345f5f

Please sign in to comment.