Skip to content

KhiopsML/khiops-visualizer-standalone

Repository files navigation

Khiops Visualizer Standalone

Standalone Visualizer for automl.tech.orange

Usage

Load a file locally, from an url or passed as parameter :

http://{url}/public/?url={url-encoded}

Development server

To start a local development server, run:

yarn install
yarn start

Once the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.

Building

From Github Action

release.yml Github Action is automatically launched at each tag pushed.

Artifact can be found into the releases right panel

Locally

To build the project locally run:

yarn build

This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.

Configuration

To configure the base url of the producation application, update index.html base into angular.json baseHref:

    "production": {
        "baseHref": "/public/"
    },

and re-run build

Updating

To update khiops-visualizion library to the latest version, run:

yarn add khiops-visualization@latest

Or to a specific version, run:

yarn add khiops-visualization@11.5.5

About

Standalone visualizer for automl.tech.orange

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •