Skip to main content

Jupyter Model Development Kit

Project description

Jupyter Model Development Kit (MDK)

The Jupyter MDK will allow a dramatic expansion of the capabilities of interactive View creation, by allowing seamless integration with the MMS along with leveraging collaborative Jupyter sessions.

It’s the vision that by utilising MMS’s element based storage and versioning scheme with Jupyter notebooks, and Python REST client libraries that can be used within a notebook, they can provide a more interactive and powerful way to construct Views while keeping the narrative oriented presentation of View Editor.

Quickstart

Prerequisites

Installation

  1. Install the latest jupyter-mdk PyPi package and its dependencies with pip install jupyter-mdk

  2. Locate your Jupyter config file or generate one with jupyter notebook --generate-config that defaults to ~/.jupyter.

  3. Add configuration for MMS integration, e.g.

    from mmscontents import MMSContentsManager
    
    c = get_config()
    
    # Tell Jupyter to use MMSContentsManager for all storage.
    c.NotebookApp.contents_manager_class = MMSContentsManager
    c.MMSContentsManager.mms_url = 'https://mms.yourcompany.com'
    c.MMSContentsManager.mms_project = '<project_id>'
    c.MMSContentsManager.mms_username = '<username>'
    c.MMSContentsManager.mms_password = '<password>'
    
  4. Run Jupyter as you normally would, e.g. jupyter notebook

  5. Test installation by creating a new notebook and saving. The notebook should not be in the local filesystem but instead accessible via MMS's REST API, e.g. https://mms.yourcompany.com/projects/<project_id>/refs/master/notebooks, to any user who has been granted access to the project both through MMS and Jupyter clients with Jupyter MDK similarly configured.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter-mdk-0.1.1.tar.gz (9.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page