The Jupyter Notebook is a web application that provides a frontend to many different languages and interactive shells such as IPython.
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-visualizationI tried following the instructions given on the Jupyter Notebook documentation. Unfortunately, I haven't been able to figure it out. …
path anaconda jupyter-notebook jupyterCould someone explain to me what exactly is the use of %matplotlib inline?
python matplotlib jupyter-notebook ipythonI would like to include image in a jupyter notebook. If I did the following, it works : from IPython.display …
python image jupyter-notebook jupyterWhen I open a Jupyter notebook (formerly IPython) it defaults to C:\Users\USERNAME. How can I change this so …
ipython jupyter-notebook jupyterMy 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 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'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 jupyterI installed Anaconda (with Python 2.7), and installed Tensorflow in an environment called tensorflow. I can import Tensorflow successfully in that …
anaconda jupyter jupyter-notebook conda