An open API service indexing awesome lists of open source software.

https://github.com/getindata/jupyterlab-mlflow-extension


https://github.com/getindata/jupyterlab-mlflow-extension

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# mlflow-extension

A JupyterLab extension.

## Prerequisites

* JupyterLab

## Installation

```bash
jupyter labextension install mlflow-extension
```

## Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

```bash
npm install
npm run build
jupyter labextension link .
```

To rebuild the package and the JupyterLab app:

```bash
npm run build
jupyter lab build
```