##// END OF EJS Templates
tutorial.rst: Mention braces for variable interpolation
anatoly techtonik -
Show More
@@ -239,8 +239,8 b' To run any command at the system shell, simply prefix it with ``!``, e.g.::'
239
239
240 You can capture the output into a Python list, e.g.: ``files = !ls``. To pass
240 You can capture the output into a Python list, e.g.: ``files = !ls``. To pass
241 the values of Python variables or expressions to system commands, prefix them
241 the values of Python variables or expressions to system commands, prefix them
242 with $: ``!grep -rF $pattern ipython/*``. See :ref:`our shell section
242 with $: ``!grep -rF $pattern ipython/*`` or wrap in `{braces}`. See :ref:`our
243 <system_shell_access>` for more details.
243 shell section <system_shell_access>` for more details.
244
244
245 Define your own system aliases
245 Define your own system aliases
246 ------------------------------
246 ------------------------------
General Comments 0
You need to be logged in to leave comments. Login now