Top "Ipython" questions

IPython is a feature-rich interactive shell for Python, and provides a kernel for frontends such as IPython Notebook and Jupyter Notebook.

How to download a .py file from Jupyter lab notebook?

In jupyter notebook, there is a provision to download a notebook as .py file. In jupyter lab, there is an …

python jupyter-notebook ipython jupyter jupyter-lab
Can I get a python object from its memory address?

I'm learning how to use Qt with PyQt, and I have a QTabelView with a StandardItemModel I've populated the model …

python pyqt4 ipython dereference
Display IPython variables without entering using whos

Is there a way to view a list of the IPython variables currently in the workspace without having to send …

python ipython workspace
Where should I place my settings and profiles for use with IPython/Jupyter 4.0?

I've recently updated IPython (to 4.0) and have started using Notebooks after a period of some time not using them (since …

ipython ipython-notebook configuration-files jupyter
matplotlib and libpng issues with ipython notebook

I was trying to use ipython notebook . I installed all the dependency libraries. However, I cannot use either the "--pylab=…

python matplotlib ipython libpng ipython-notebook
ipywidgets: Update one widget based on results from another

I am using widgets in IPython that allows the user to repeatedly search for a phrase and see the results (…

python widget ipython ipywidgets
How to quit ipdb while in post-mortem debugging?

I like to inspect error in a Python script by using: $ python3 -m pdb my_script.py This drops me …

python ipython pdb ipdb
Matplotlib fonts in Enthought Canopy

I am using the matplotlib library inside Canopy, and the specific function is xkcd(). This function uses a specific font …

matplotlib ipython canopy
Inline math mode on iPython notebook

In iPython notebook, how can I write a mathematic formula such as r^2 in a line (inline math mode in …

latex ipython ipython-notebook mathjax
Interactive matplotlib using ipywidgets

I want to implement an interactive plot using Matplotlib and ipywidgets in IPython (python3). So, how I can do this …

python matplotlib ipython jupyter-notebook ipywidgets