Files
dotfiles/.emacs.d/snippets/python-mode/embed
2017-12-21 17:29:29 +01:00

6 lines
91 B
Plaintext

# -*- mode: snippet -*-
# name: embed
# key: embed
# --
from IPython import embed; embed()