add cell metadata

This commit is contained in:
Sheri Gilley
2020-02-04 11:31:07 -06:00
committed by GitHub
parent e895d7c2bf
commit cca7c2e26f

View File

@@ -167,7 +167,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": {}, "metadata": {"name":"user_managed_env"},
"outputs": [], "outputs": [],
"source": [ "source": [
"from azureml.core import Environment\n", "from azureml.core import Environment\n",
@@ -192,7 +192,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": {}, "metadata": {"name":"src"},
"outputs": [], "outputs": [],
"source": [ "source": [
"from azureml.core import ScriptRunConfig\n", "from azureml.core import ScriptRunConfig\n",
@@ -224,7 +224,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": {}, "metadata": {"name":"run"},
"outputs": [], "outputs": [],
"source": [ "source": [
"run" "run"
@@ -691,4 +691,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 2
} }