https://github.com/getindata/jupyterlab-mlflow-extension
https://github.com/getindata/jupyterlab-mlflow-extension
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/getindata/jupyterlab-mlflow-extension
- Owner: getindata
- Created: 2019-06-21T08:34:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T18:19:39.000Z (about 4 years ago)
- Last Synced: 2025-04-09T20:11:29.341Z (about 1 year ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```