blob: 5470f73605e53839bee937796d0b58603b954011 [file] [log] [blame] [edit]
.. _module-pw_web-python-shell:
============
Python shell
============
The Python shell is a repl (read eval print loop) component, that can interact
with your devices and the log viewer.
------------------------
Input keyboard shortcuts
------------------------
- Type code and hit :kbd:`Enter` to run.
- :kbd:`Shift+Enter` to create mult-line commands.
- :kbd:`Up` / :kbd:`Down` Navigate command history.