Standalone Visualizer for automl.tech.orange
Load a file locally, from an url or passed as parameter :
http://{url}/public/?url={url-encoded}
To start a local development server, run:
yarn install
yarn startOnce 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.
release.yml Github Action is automatically launched at each tag pushed.
Artifact can be found into the releases right panel
To build the project locally run:
yarn buildThis 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.
To configure the base url of the producation application, update index.html base into angular.json baseHref:
"production": {
"baseHref": "/public/"
},and re-run build
To update khiops-visualizion library to the latest version, run:
yarn add khiops-visualization@latestOr to a specific version, run:
yarn add khiops-visualization@11.5.5