Skip to content

Installation

Mercury is available as Python package. It can be easily installed with the following command:

Install Command
pip install mercury

After installation you will have access to:

  • collection of interactive widgets,
  • Mercury Server - application that serves your notebooks as web app.
  • Mercury extension that allows you to live preview web app during notebook development side by side.

To remove mercury package from your environment please execute the following command:

Uninstall Command
pip install mercury

Please check CONTRIBUTING.md file in the GitHub repository for development install instructions.