IPython Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:


=Commands=
=Commands=
<syntaxhighlight lang='ipython'>
<syntaxhighlight lang='py'>
%run some_file.py
%run some_file.py
</syntaxhighlight>
</syntaxhighlight>

Revision as of 00:10, 15 May 2024

Internal

Commands

%run some_file.py