About 50 results
Open links in new tab
  1. What is the difference between Python and IPython?

    179 ipython is an interactive shell built with python. From the project website: IPython provides a rich toolkit to help you make the most out of using Python, with: Powerful Python shells (terminal and Qt …

  2. Change IPython/Jupyter notebook working directory

    Mar 28, 2013 · When I open a Jupyter notebook (formerly IPython) it defaults to C:\\Users\\USERNAME. How can I change this so to another location?

  3. How do I add python3 kernel to jupyter (IPython)

    Mar 3, 2015 · My Jupyter notebooks installed with python 2 kernel. I do not understand why. I might have messed something up when I did the install. I already have python 3 installed. How can I add it …

  4. Show DataFrame as table in iPython Notebook - Stack Overflow

    Show DataFrame as table in iPython Notebook Asked 11 years, 5 months ago Modified 7 months ago Viewed 512k times

  5. python - Step-by-step debugging with IPython - Stack Overflow

    Jun 1, 2013 · When your program/script hits an embed() statement, you are dropped into an IPython shell. This allows the full inspection of objects and testing of Python code using all the IPython …

  6. io - IPython: redirecting output of a Python script to a file (like ...

    May 7, 2017 · I have a Python script that I want to run in IPython. I want to redirect (write) the output to a file, similar to: python my_script.py > my_output.txt How do I do this when I run the script in

  7. python - Autoreload of modules in IPython - Stack Overflow

    Dec 15, 2009 · Is there a way to have IPython automatically reload all changed code? Either before each line is executed in the shell or failing that when it is specifically requested to. I'm doing a lot of …

  8. How to write LaTeX in IPython Notebook? - Stack Overflow

    Nov 3, 2012 · The latex_envs notebook extension cannot use external LaTeX packages or styles; It doesn't include a compiler but simply recognizes some keywords, structures and makes appropriate …

  9. Using both Python 2.x and Python 3.x in IPython Notebook

    May 28, 2015 · I use IPython notebooks and would like to be able to select to create a 2.x or 3.x python notebook in IPython. I initially had Anaconda. With Anaconda a global environment variable had to …

  10. How to close IPython Notebook properly? - Stack Overflow

    Apr 15, 2012 · How to close IPython Notebook properly? Currently, I just close the browser tabs and then use Ctrl+C in the terminal. Unfortunately, neither exit() nor ticking Kill kernel upon exit does help …