IPython Operations: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
=Commands= | =Commands= | ||
==<tt>%run</tt>== | |||
<syntaxhighlight lang='py'> | <syntaxhighlight lang='py'> | ||
%run some_file.py | %run some_file.py | ||
</syntaxhighlight> | </syntaxhighlight> |