Metadata-Version: 2.1
Name: azureml-contrib-notebook
Version: 1.58.0
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 
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8,<4.0
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: azureml-core~=1.58.0
Requires-Dist: azureml-pipeline-core~=1.58.0
Requires-Dist: ipython
Requires-Dist: nbconvert<8
Requires-Dist: papermill<3
Requires-Dist: jupyter-client<8
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


