The shell.py module#

Summary#

start_interactive_shell

Start the interactive IPython shell.

end_interactive_shell

End the interactive IPython shell.

initialize_ipython_shell

Initialize the interactive IPython shell.

Description#

Shell interaction for PyMechanical embedding.

Module detail#

shell.start_interactive_shell(app)#

Start the interactive IPython shell.

shell.end_interactive_shell()#

End the interactive IPython shell.

shell.initialize_ipython_shell()#

Initialize the interactive IPython shell.

shell.HAS_WIN32 = True#