init
This commit is contained in:
5
snippets/python-mode/embed
Normal file
5
snippets/python-mode/embed
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: embed
|
||||
# key: embed
|
||||
# --
|
||||
from IPython import embed; embed()
|
||||
Reference in New Issue
Block a user