Installation

Mercury is compatible with Python 3.6 and higher.

Install with pip

Install with pip:

pip install mljar-mercury

Install with conda

Or with conda:

conda install -c conda-forge mljar-mercury

Run demo

After installation you can use built-in demo notebook. To run demo application please execute the following command:

mercury run demo

Please open your web browser and enter the http://127.0.0.1 address. You should see the example app running. Below is the video showing how to install Mercury and run a demo app.