IPython Operations: Difference between revisions

From NovaOrdis Knowledge Base
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>

Revision as of 00:13, 15 May 2024

Internal

Commands

%run

%run some_file.py