Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing kernel to Python 3.6 - AzureML in all notebooks #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 00_Setup_AML_Workspace.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@
}
],
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.6 - AzureML",
"language": "python",
"name": "python3"
"name": "python3-azureml"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions 01_Data_Preparation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@
}
],
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.6 - AzureML",
"language": "python",
"name": "python3"
"name": "python3-azureml"
},
"language_info": {
"codemirror_mode": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,9 @@
}
],
"kernelspec": {
"display_name": "Python 3.6",
"display_name": "Python 3.6 - AzureML",
"language": "python",
"name": "python36"
"name": "python3-azureml"
},
"language_info": {
"codemirror_mode": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@
}
],
"kernelspec": {
"display_name": "Python 3.6",
"display_name": "Python 3.6 - AzureML",
"language": "python",
"name": "python36"
"name": "python3-azureml"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions Custom_Script/02_CustomScript_Training_Pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,9 @@
}
],
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.6 - AzureML",
"language": "python",
"name": "python3"
"name": "python3-azureml"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions Custom_Script/03_CustomScript_Forecasting_Pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,9 @@
}
],
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.6 - AzureML",
"language": "python",
"name": "python3"
"name": "python3-azureml"
},
"language_info": {
"codemirror_mode": {
Expand Down