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.

IPython workflow (edit, run)

Is there a GUI for IPython that allows me to open/run/edit Python files? My way of working in …

python user-interface ipython python-idle
How to get ipywidgets working in Jupyter Lab?

In Jupyter Notebook, ipywidgets work fine, however they seem to not work in Jupyter Lab (which is supposedly better than …

python ipython jupyter ipywidgets jupyter-lab
Running an IPython/Jupyter notebook non-interactively

Does anyone know if it is possible to run an IPython/Jupyter notebook non-interactively from the command line and have …

ipython jupyter-notebook
Jupyter pyspark : no module named pyspark

Google is literally littered with solutions to this problem, but unfortunately even after trying out all the possibilities, am unable …

python ipython pyspark jupyter apache-toree
Close all open files in ipython

Sometimes when using ipython you might hit an exception in a function which has opened a file in write mode. …

python ipython filehandle
How to reference a IPython notebook cell in markdown?

How do I reference a cell in a IPython notebook markdown? I know how to make a reference to an …

ipython ipython-notebook
How to call module written with argparse in iPython notebook

I am trying to pass BioPython sequences to Ilya Stepanov's implementation of Ukkonen's suffix tree algorithm in iPython's notebook environment. …

python ipython bioinformatics biopython suffix-tree
conda stuck on Proceed ([y]/n)? when updating packages in ipython console

I just downloaded Anaconda 4.2.0 (with python 3.5.2) for Mac OS X. Whenever I try to update any packages etc, my ipython …

python ipython anaconda spyder graphlab
How to pass a variable to magic ´run´ function in IPython

I want to do something like the following: In[1]: name = 'long_name_to_type_every_now_and_then.py' In[2]: %…

python ipython ipython-magic
How to (intermittently) skip certain cells when running IPython notebook?

I usually have to rerun (most parts of) a notebook when reopen it, in order to get access to previously …

python ipython ipython-notebook ipython-magic