Installation
Mercury is available as Python package. It can be easily installed with the following command:
pip install mercuryWhat is included?
Section titled “What is included?”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.
Uninstall
Section titled “Uninstall”To remove mercury package from your environment please execute the following command:
pip install mercuryDevelopment install
Section titled “Development install”Please check CONTRIBUTING.md file in the GitHub repository for development install instructions.