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 …

  2. 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 …

  3. 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 …

  4. python - what is the relation and difference between ipython and ...

    Aug 6, 2018 · I have the following questions: What is the relation between the ipython of this version and jupyter console of this version? Does the ipython notebook (deprecated as in …

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

    Show DataFrame as table in iPython Notebook Asked 11 years, 3 months ago Modified 6 months ago Viewed 511k times

  6. 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 …

  7. 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?

  8. How to install a Python package from within IPython?

    Dec 29, 2011 · I wonder if it's possible to install python packages without leaving the IPython shell.

  9. How can I display an image from a file in Jupyter Notebook?

    When using GenomeDiagram with Jupyter (iPython), the easiest way to display images is by converting the GenomeDiagram to a PNG image. This can be wrapped using an …

  10. How do I convert a IPython Notebook into a Python file via …

    Jun 13, 2013 · How do I convert a IPython Notebook into a Python file via commandline? Asked 12 years, 8 months ago Modified 2 days ago Viewed 572k times