9 lines
311 B
XML
9 lines
311 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
from IPython import embed; embed()
|
|
]]></content>
|
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
|
<tabTrigger>ipy</tabTrigger>
|
|
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
|
<scope>source.python</scope>
|
|
</snippet>
|