Clarify some error messages in deployment notebooks and python installation. (#6658)

This commit is contained in:
Cory Rivera
2019-08-08 16:54:14 -07:00
committed by GitHub
parent 7adb8dd74b
commit 1ff9a2ec4c
5 changed files with 10 additions and 10 deletions

View File

@@ -48,7 +48,7 @@
"pandas_minor = int(pandas_version[1])\r\n",
"pandas_patch = int(pandas_version[2])\r\n",
"if not (pandas_major > 0 or (pandas_major == 0 and pandas_minor > 24) or (pandas_major == 0 and pandas_minor == 24 and pandas_patch >= 2)):\r\n",
" sys.exit('Please upgrade the Notebook dependency before you can proceed, you can do it by running the \"Reinstall Notebook dependencies\" command in Azure Data Studio.')\r\n",
" sys.exit('Please upgrade the Notebook dependencies before you proceed. You can do so by running \"Reinstall Notebook dependencies\" from the command palette in Azure Data Studio.')\r\n",
"\r\n",
"def run_command():\r\n",
" print(\"Executing: \" + cmd)\r\n",
@@ -198,4 +198,4 @@
"execution_count": 8
}
]
}
}