The shell.py module#
Summary#
Start the interactive IPython shell. |
|
End the interactive 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#