Commands
Run Mercury Server
mercury runRun 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 --verboseRun 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-reloadRun demo notebooks
mercury run demoAdd notebook
mercury add path/to/notebook.ipynbRemove notebook
mercury delete path/to/notebook.ipynbList all notebooks
mercury listRemove local database
mercury run clear