##// END OF EJS Templates
Backport PR #9953: corrected split with rsplit...
Backport PR #9953: corrected split with rsplit sir, _Carreau i changed the split with rsplit, i did it because with split only the first that is splitted from the string is taken, but with rsplit the last string is taken, which is what we want. please verify sir.

File last commit:

r22770:54f7e5cd
r22895:9be58f19
Show More
index.rst
31 lines | 855 B | text/x-rst | RstLexer

Using IPython for interactive work

This section of IPython documentation walk you through most of the IPython functionality. You do not need to have any deep knowledge of Python to read this tutorial, though some section might make slightly more sens if you have already done some work in the REPL.

Note

Some part of this documentation are more than a decade old so might be out of date, we welcome any report of inaccuracy, and Pull Requests that make that up to date.