Skip to content

Commit

Permalink
Merge pull request #137 from LSSTDESC/tqz/fix_notebook_kernel
Browse files Browse the repository at this point in the history
change kernel of the notebook back to vanilla python 3
  • Loading branch information
ztq1996 authored Apr 25, 2024
2 parents a8a62ab + 02a0de4 commit 6236788
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/creation_examples/photerr_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "rail_env",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "rail_env"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1551,9 +1551,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "new_rail_env",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "new_rail_env"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions examples/goldenspike_examples/goldenspike.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -864,9 +864,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "rail_env",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 6236788

Please sign in to comment.