Commands
Run Mercury Server
mercury run
Run Mercury Server in verbose mode
It might be useful sometimes to run a notebook with logs printed in the terminal, it can be done with the following command:
mercury run --verbose
Run Mercury Server without auto reload
When you run Mercury locally on the same machine on which you develop notebooks, then Mercury automatically detects changes in notebooks and reloads web app. If you would like to switch automatic reloading, please use the following command:
mercury run --disable-auto-reload
Run demo notebooks
mercury run demo
Add notebook
mercury add path/to/notebook.ipynb
Remove notebook
mercury delete path/to/notebook.ipynb
List all notebooks
mercury list
Remove local database
mercury run clear