Skip to content

Commit

Permalink
disable IPython support, it is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
eschulte committed Apr 5, 2013
1 parent 2249602 commit 6750a72
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions starter-kit-python.org
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ supplied by the Python distribution itself.
:CUSTOM_ID: ipython
:END:
If an =ipython= executable is on the path, then assume that IPython is
the preferred method python evaluation.
#+begin_src emacs-lisp
the preferred method python evaluation. To use IPython either remove
the =:tangle no= from the following code block, or copy it's contents
to your personal configuration.

#+begin_src emacs-lisp :tangle no
(when (executable-find "ipython")
(require 'ipython)
(setq org-babel-python-mode 'python-mode))
Expand Down

0 comments on commit 6750a72

Please sign in to comment.