diff --git a/00.configuration.ipynb b/00.configuration.ipynb index 959fa1ae9..513e041fc 100644 --- a/00.configuration.ipynb +++ b/00.configuration.ipynb @@ -97,12 +97,10 @@ "metadata": {}, "outputs": [], "source": [ - "import os\n", - "\n", - "subscription_id = os.environ.get(\"SUBSCRIPTION_ID\", \"\")\n", - "resource_group = os.environ.get(\"RESOURCE_GROUP\", \"\")\n", - "workspace_name = os.environ.get(\"WORKSPACE_NAME\", \"\")\n", - "workspace_region = os.environ.get(\"WORKSPACE_REGION\", \"eastus2\") # or eastus2euap" + "subscription_id = ''\n", + "resource_group = ''\n", + "workspace_name = ''\n", + "workspace_region = ''" ] }, { @@ -223,7 +221,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python [default]", "language": "python", "name": "python3" }, @@ -237,7 +235,36 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.6.6" + }, + "varInspector": { + "cols": { + "lenName": 16, + "lenType": 16, + "lenVar": 40 + }, + "kernels_config": { + "python": { + "delete_cmd_postfix": "", + "delete_cmd_prefix": "del ", + "library": "var_list.py", + "varRefreshCmd": "print(var_dic_list())" + }, + "r": { + "delete_cmd_postfix": ") ", + "delete_cmd_prefix": "rm(", + "library": "var_list.r", + "varRefreshCmd": "cat(var_dic_list()) " + } + }, + "types_to_exclude": [ + "module", + "function", + "builtin_function_or_method", + "instance", + "_Feature" + ], + "window_display": false } }, "nbformat": 4,