Tutorial by Topics: ipython

IPython is a Read-Evaluate-Print Loop shell for interactive Python development. It supports interactive visualizations using GUI toolkits, and provides a kernel for Jupyter. It can also be embedded into other projects. There are other similar REPL shells for Python, for example, ptpython and bpyt...
This section provides an overview of what ipython-notebook is, and why a developer might want to use it. It should also mention any large subjects within ipython-notebook, and link out to the related topics. Since the Documentation for ipython-notebook is new, you may need to create initial ver...
IPython (and the Jupyter Notebook) defines a special meaning for the underscore. It always contains the the most recent output. This comes in useful when processing data in multiple steps. This is demonstrated in the example above. To clean up the text, it is run through a few regular express...

Page 1 of 1