Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azureml-contrib-notebook

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azureml-contrib-notebook

  • 1.59.0
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc