Show More
@@ -660,7 +660,7 b' Currently the magic system has the following functions:\\n"""' | |||
|
660 | 660 | print 'Object `%s` not found' % oname |
|
661 | 661 | |
|
662 | 662 | def magic_profile(self, parameter_s=''): |
|
663 |
"""Print your currently active IPy |
|
|
663 | """Print your currently active IPython profile.""" | |
|
664 | 664 | if self.shell.profile: |
|
665 | 665 | printpl('Current IPython profile: $self.shell.profile.') |
|
666 | 666 | else: |
@@ -1,4 +1,4 b'' | |||
|
1 |
"""Tests for IPy |
|
|
1 | """Tests for IPython's test support utilities. | |
|
2 | 2 | |
|
3 | 3 | These are decorators that allow standalone functions and docstrings to be seen |
|
4 | 4 | as tests by unittest, replicating some of nose's functionality. Additionally, |
@@ -30,7 +30,7 b" set ylabel 'sin(theta)'" | |||
|
30 | 30 | """) |
|
31 | 31 | |
|
32 | 32 | # Now start an embedded ipython. |
|
33 |
ipshell('Starting the embedded IPy |
|
|
33 | ipshell('Starting the embedded IPython.\n' | |
|
34 | 34 | 'Try calling plot(x,y), or @gpc for direct access to Gnuplot"\n') |
|
35 | 35 | |
|
36 | 36 | #********************** End of file <example-gnuplot.py> ********************* |
General Comments 0
You need to be logged in to leave comments.
Login now