From 8c4ef33fa04a8b29658b461e6e9ce29e71c525bc Mon Sep 17 00:00:00 2001 From: YanZhangADS Date: Fri, 25 Jan 2019 13:50:31 +0000 Subject: [PATCH] enhance doc --- Keras_Tensorflow/06_SpeedTestWebApp.ipynb | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/Keras_Tensorflow/06_SpeedTestWebApp.ipynb b/Keras_Tensorflow/06_SpeedTestWebApp.ipynb index 6f03de8..659f219 100755 --- a/Keras_Tensorflow/06_SpeedTestWebApp.ipynb +++ b/Keras_Tensorflow/06_SpeedTestWebApp.ipynb @@ -65,21 +65,9 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Found the config file in: /data/home/mylogin/notebooks/yanzrepo/AKSDeploymentTutorial_AML/Keras_Tensorflow/aml_config/config.json\n", - "yanzamlworkspace\n", - "yanzamlrg\n", - "eastus2\n", - "edf507a2-6235-46c5-b560-fd463ba2e771\n" - ] - } - ], + "outputs": [], "source": [ "ws = Workspace.from_config()\n", "print(ws.name, ws.resource_group, ws.location, ws.subscription_id, sep=\"\\n\")"