kubeadm notebook (#6648)

* kubeadm notebook

* update title
This commit is contained in:
Alan Ren
2019-08-12 11:47:03 -07:00
committed by GitHub
parent 7e4c8bf8a0
commit 68d62f861b
7 changed files with 365 additions and 12 deletions

View File

@@ -65,7 +65,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 dependencies before you proceed. You can do so by running \"Reinstall Notebook dependencies\" from the command palette in Azure Data Studio.')\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 command palette (View menu -> Command Palette…).')\r\n",
"\r\n",
"def run_command():\r\n",
" print(\"Executing: \" + cmd)\r\n",
@@ -103,7 +103,7 @@
" confirm_password = getpass.getpass(prompt = 'Confirm password')\n",
" if mssql_password != confirm_password:\n",
" sys.exit(f'Passwords do not match.')\n",
"print('Password accepted, you can also use the same password to access Knox and SQL Server.')"
"print('You can also use the same password to access Knox and SQL Server.')"
],
"metadata": {},
"outputs": [],