Skip to content

Commit 4acdf81

Browse files
committed
updating the python environment for XGBoost notebooks as per the feedback from the bash
1 parent 0ffba41 commit 4acdf81

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

introduction_to_amazon_algorithms/xgboost_abalone/xgboost_abalone.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,9 @@
563563
"metadata": {
564564
"anaconda-cloud": {},
565565
"kernelspec": {
566-
"display_name": "Python 3",
566+
"display_name": "conda_python3",
567567
"language": "python",
568-
"name": "python3"
568+
"name": "conda_python3"
569569
},
570570
"language_info": {
571571
"codemirror_mode": {
@@ -577,7 +577,7 @@
577577
"name": "python",
578578
"nbconvert_exporter": "python",
579579
"pygments_lexer": "ipython3",
580-
"version": "3.6.3"
580+
"version": "3.6.2"
581581
}
582582
},
583583
"nbformat": 4,

introduction_to_amazon_algorithms/xgboost_mnist/xgboost_mnist.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -783,9 +783,9 @@
783783
"metadata": {
784784
"anaconda-cloud": {},
785785
"kernelspec": {
786-
"display_name": "Python 3",
786+
"display_name": "conda_python3",
787787
"language": "python",
788-
"name": "python3"
788+
"name": "conda_python3"
789789
},
790790
"language_info": {
791791
"codemirror_mode": {
@@ -797,7 +797,7 @@
797797
"name": "python",
798798
"nbconvert_exporter": "python",
799799
"pygments_lexer": "ipython3",
800-
"version": "3.6.3"
800+
"version": "3.6.2"
801801
},
802802
"notice": "Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
803803
},

0 commit comments

Comments
 (0)