debug
Prints diagnostic information about your local Python environment. The Modelbit support team may ask you to run this command and share the output to help diagnose an issue.
Printing debug information
From the command line:
modelbit debug
Or from within Python:
import modelbit
modelbit.debug()
The output will be a large JSON object.