Metadata-Version: 2.0
Name: azureml-contrib-notebook
Version: 1.1.0rc0
Summary: UNKNOWN
Home-page: https://docs.microsoft.com/en-us/azure/machine-learning/service/
Author: Microsoft Corp
License: Proprietary https://aka.ms/azureml-preview-sdk-license 
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/x-rst
Provides-Extra: full
Requires-Dist: azureml-core (==1.1.0rc0.*)
Requires-Dist: azureml-pipeline-core (==1.1.0rc0.*)
Requires-Dist: ipython
Requires-Dist: papermill
Requires-Dist: ipykernel
Provides-Extra: full
Requires-Dist: nteract-scrapbook; extra == 'full'

AzureML Contrib Notebook package
================================

This is a preview feature for AzureML Python SDK that allows you to submit jupyter notebook as a run

To get started with AzureML Python SDK follow these `instructions <https://docs.microsoft.com/en-us/python/api/overview/azure/ml/intro>`_ 

Please install azureml-contrib-notebook to submit jupyter notebook as a run

.. code-block:: python

  pip install azureml-contrib-notebook

For local run please install papermill package

.. code-block:: python

  pip install papermill

To enable metrics update from local run in user managed environment please install nteract-scrapbook package

.. code-block:: python

  pip install nteract-scrapbook




