Skip to content

Commit

Permalink
Snippet to embed an ipython terminal in a script
Browse files Browse the repository at this point in the history
  • Loading branch information
markhepburn committed Dec 18, 2013
1 parent 47d6668 commit 4efa9a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snippets/python-mode/embed
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# -*- coding: utf-8; mode: snippet -*-
# name: from IPython import embed; embed()
# key: embed
# contributor: Mark Hepburn <mark.hepburn@gmail.com>
# --
from IPython import embed; embed()

0 comments on commit 4efa9a5

Please sign in to comment.