Metadata-Version: 2.1
Name: azureml-contrib-notebook
Version: 1.43.0
Summary: UNKNOWN
Home-page: https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6,<4
Description-Content-Type: text/x-rst
Requires-Dist: azureml-core (~=1.43.0)
Requires-Dist: azureml-pipeline-core (~=1.43.0)
Requires-Dist: ipython
Requires-Dist: nbconvert (<6)
Requires-Dist: papermill (<2)
Requires-Dist: jupyter-client (<7)
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, along with nbconvert:

.. code-block:: python

  pip install "papermill<2" "nbconvert<6"

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

.. code-block:: python

  pip install nteract-scrapbook




