Questions tagged [ipython]

IPython is an interactive shell for Python.

IPython provides an architecture for interactive computing with featuring:

  • Interactive shells (terminal and Qt-based).
  • A browser-based notebook with support for code, text, mathematical expressions, inline plots and other rich media.
  • Support for interactive data visualization and use of GUI toolkits.
  • Flexible, embeddable interpreters to load into your own projects.
  • Easy to use, high performance tools for parallel computing.

It is available for both python-2.x and python-3.x.

89 questions
5
votes
1 answer

Initialize ipython notebook server from .ipynb file

Is it possible to open EIN notebook as file, so it automatically takes care of starting ipython notebook server?
Jānis Erdmanis
  • 393
  • 3
  • 11
2
votes
1 answer

Process Python not running on ob-ipython

I think I must be missing something silly. I am trying to use ob-ipython in my org-mode files. When I press C-c C-c I get Process Python not running. Do I need to startup some process or something before I can use the installation? I have followed…
Adam Thompson
  • 547
  • 3
  • 14
1
vote
1 answer

realgud ipdb how to highlight line being debugged

I debug a python source file with M-x realgud:ipdb then call ipdb as python3 -m pdb I get 2 windows: ipdb ... shell and my source buffer. How can I get the line being debugged to be highlighted?
MMM
  • 115
  • 3
1
vote
0 answers

Emacs and IPython integration: multiple lines sent

I am using emacs with Anaconda's IPython console: (setq python-shell-interpreter (substitute-in-file-name "$HOME/anaconda3/bin/ipython")) IPython opens after C-c C-p, but always with four empty input lines at the beginning: Also, when I send a…
alkamid
  • 111
  • 2
0
votes
1 answer

Can I create a shortcut for this operation?

I've been learning emacs the for last few days, trying to get some python development going, until I ran into this. Is it possible to create a shortcut to execute this command specificly? And if yes, what is this command exactly ? :) I've been doing…
AGV
  • 1