Python Shell Panel

This panel allows you to type in and run Python code in the context of Maestro.

To open this panel: in the Maestro main window, choose Window → Python Shell.

The panel is a full IPython shell, in which the Maestro modules are imported:

from schrodinger.maestro import maestro

The panel is named IPython with Maestro integration. See https://ipython.readthedocs.io/ for documentation of IPython.

You can also import many other modules from the Schrödinger Python API—see the Python API Reference.