Skip to content

Commit

Permalink
Update setup/azureml-environments.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
shohei1029 committed Jan 6, 2021
1 parent 6f123b4 commit 4b7267c
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions setup/azureml-environments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
")"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"# 既に.azureml ディレクトリがあった場合に削除\n",
"!rm -r ../.azureml"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -74,12 +84,8 @@
"metadata": {
"kernelspec": {
"name": "python3",
"display_name": "Python 3.6.12 64-bit ('diabetes-env': conda)",
"metadata": {
"interpreter": {
"hash": "4731686babac52c8e45fe4ff081eacd6cee1beb3c2c1547e10c7dc1e7213077e"
}
}
"display_name": "Python 3",
"language": "python"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -91,7 +97,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.12-final"
"version": "3.7.6-final"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 4b7267c

Please sign in to comment.