Show More
@@ -19,7 +19,7 b' IPython environment, import this file in your configuration file with an' | |||
|
19 | 19 | execfile = this_file.py statement. See the details at the end of the sample |
|
20 | 20 | ipythonrc file. """ |
|
21 | 21 | |
|
22 |
# fi |
|
|
22 | # first define a function with the proper form: | |
|
23 | 23 | def magic_foo(self,parameter_s=''): |
|
24 | 24 | """My very own magic!. (Use docstrings, IPython reads them).""" |
|
25 | 25 | print 'Magic function. Passed parameter is between < >: <'+parameter_s+'>' |
@@ -519,7 +519,7 b' Windows 9x support is present, and has been reported to work fine (at least' | |||
|
519 | 519 | \layout Standard |
|
520 | 520 | |
|
521 | 521 | Note, that I have very little access to and experience with Windows development. |
|
522 | However, an excellent group of Win32 users (led by Ville Vainio), consistenly | |
|
522 | However, an excellent group of Win32 users (led by Ville Vainio), consistently | |
|
523 | 523 | contribute bugfixes and platform-specific enhancements, so they more than |
|
524 | 524 | make up for my deficiencies on that front. |
|
525 | 525 | In fact, Win32 users report using IPython as a system shell (see Sec.\SpecialChar ~ |
@@ -5046,9 +5046,9 b' Recursive reload' | |||
|
5046 | 5046 | |
|
5047 | 5047 | The |
|
5048 | 5048 | \family typewriter |
|
5049 |
|
|
|
5049 | dreload | |
|
5050 | 5050 | \family default |
|
5051 |
co |
|
|
5051 | function does a recursive reload of a module: changes made to the module | |
|
5052 | 5052 | since you imported will actually be available without having to exit. |
|
5053 | 5053 | \layout Subsection |
|
5054 | 5054 |
General Comments 0
You need to be logged in to leave comments.
Login now