IPython is a feature-rich interactive shell for Python, and provides a kernel for frontends such as IPython Notebook and Jupyter Notebook.
I am trying to use IPython notebook on MacOS X with Python 2.7.2 and IPython 1.1.0. I cannot get matplotlib graphics to …
python matplotlib jupyter-notebook ipython data-visualizationCould someone explain to me what exactly is the use of %matplotlib inline?
python matplotlib jupyter-notebook ipythonWhen I open a Jupyter notebook (formerly IPython) it defaults to C:\Users\USERNAME. How can I change this so …
ipython jupyter-notebook jupyterI tried to use IPython.display with the following code: from IPython.display import display, Image display(Image(filename='MyImage.…
python matplotlib ipythonMy Jupyter notebooks installed with python 2 kernel. I do not understand why. I might have messed something up when I …
ipython ipython-notebook jupyter jupyter-notebookI need to produce a screencast of an ipython session, and to avoid confusing viewers, I want to disable all …
python warnings ipythonI am starting to depend heavily on the IPython notebook app to develop and document algorithms. It is awesome; but …
python jupyter-notebook ipython jupyterHow can I display LaTeX code in a IPython Notebook?
latex jupyter-notebook ipythonI know pip is a package manager for python packages. However, I saw the installation on IPython's website use conda …
python pip ipython package-managers condaI've recently moved over to using IPython notebooks as part of my workflow. However, I've not been successful in finding …
python jupyter-notebook ipython jupyter