Skip to content

Commit

Permalink
Fix tutorial notebook kernels (#1759)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1759

X-link: facebookexternal/botorch_fb#13

Reviewed By: lena-kashtelyan

Differential Revision: D48044201

fbshipit-source-id: 4b0fb0fd649b942b0b8cefd5aa7151d23fe9d388
  • Loading branch information
mpolson64 authored and facebook-github-bot committed Aug 3, 2023
1 parent 1a4d55e commit 81526d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tutorials/sebo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1735,9 +1735,9 @@
"metadata": {
"fileHeader": "",
"kernelspec": {
"display_name": "Python 3",
"display_name": "python3",
"language": "python",
"name": "bento_kernel_default"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions tutorials/tune_cnn_service.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10374,9 +10374,9 @@
"metadata": {
"fileHeader": "",
"kernelspec": {
"display_name": "Python 3",
"display_name": "python3",
"language": "python",
"name": "bento_kernel_default"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 81526d7

Please sign in to comment.