Skip to content

Commit

Permalink
Updated kernel for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Mar 20, 2022
1 parent 01d325a commit f60d8f2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/_examples/01_KineticModeling_PySCeS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"\n",
"```\n",
" !pip install pysces\n",
" !pip install git+git://github.com/EnzymeML/PyEnzyme.git@Refactoring\n",
" !pip install git+git://github.com/EnzymeML/PyEnzyme.git\n",
"```\n",
"\n",
"This is **not needed** when running this notebook via **Binder**, as the environment is already set up.\n",
Expand Down
12 changes: 6 additions & 6 deletions docs/_getstarted/01_BasicUsage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -972,11 +972,11 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand All @@ -987,7 +987,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.9.6"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions docs/_getstarted/03_Visualisation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5940,9 +5940,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "enzymeml",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "enzymeml"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -5954,7 +5954,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.9.6"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/_getstarted/04_UploadToDataverse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "enzymeml",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "enzymeml"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit f60d8f2

Please sign in to comment.