IPython is a feature-rich interactive shell for Python, and provides a kernel for frontends such as IPython Notebook and Jupyter Notebook.
I just created a small GUI program that compiles and works fine in IPython, but when I try to export …
python ipython scikit-learn pyinstaller py2appI want to capture and plot the results from 5 or so timeit calls with logarithmically increasing sizes of N to …
ipython ipython-notebook timeitI would like to print into the terminal window that runs IPython Notebook and not into the cell output. Printing …
python windows ipython ipython-notebook python-3.4I am using code to configure Jupyter notebooks because I have a repo with plenty of notebooks and want to …
ipython jupyter-notebook retina-display ipython-magicI am using pandas 0.12.0 in ipython3 on Ubuntu 13.10, in order to wrangle large tab-delimited datasets in txt files. Using read_…
python pandas ipython tab-delimited keyerrorI have ipython with qtconsole installed and can start it via ipython qtconsole. I can also run a script via …
python ipython qtconsoleI am using ipython Jupyter notebook in Windows 10. I have installed Geohash using pip install geohash in cmd. When I …
ipython geohashingI am trying to run the code: perm = PermutationImportance(clf).fit(X_test, y_test) eli5.show_weights(perm) to …
ipython spyder displayobject