{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Testing notebook include" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "name": "import" }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Azure ML SDK Version: 1.0.83\n" ] } ], "source": [ "%matplotlib inline\n", "import numpy as np\n", "import matplotlib.pyplot as plt\n", "\n", "import azureml.core\n", "from azureml.core import Workspace\n", "\n", "# check core SDK version number\n", "print(\"Azure ML SDK Version: \", azureml.core.VERSION)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "celltoolbar": "Edit Metadata", "kernelspec": { "display_name": "Python 3.6 - AzureML", "language": "python", "name": "python3-azureml" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.9" } }, "nbformat": 4, "nbformat_minor": 2 }