mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 20:07:01 +07:00
IPython specific syntax is captured by console parser, including: * Multiline magic * Exclamation in suffixes * Double exclamation * Help syntax Test classes for console moved to separate package.
4 lines
64 B
Python
4 lines
64 B
Python
%%bash
|
|
echo "My shell is:" $SHELL
|
|
echo "My disk usage is:"
|
|
df -h |