Show More
@@ -83,8 +83,7 b' In \\[1\\]: from IPython\\.config\\.application import Application' | |||
|
83 | 83 | In \[2\]: app = Application\.instance\(\) |
|
84 | 84 | In \[3\]: app\.pylab_import_all = True |
|
85 | 85 | In \[4\]: pylab |
|
86 | ^Welcome to pylab, a matplotlib-based Python environment | |
|
87 | For more information, type 'help\(pylab\)'\. | |
|
86 | ^using matplotlib backend: | |
|
88 | 87 | In \[5\]: ip=get_ipython\(\) |
|
89 | 88 | In \[6\]: \'plot\' in ip\.user_ns |
|
90 | 89 | Out\[6\]: True |
@@ -109,8 +108,7 b' In \\[1\\]: from IPython\\.config\\.application import Application' | |||
|
109 | 108 | In \[2\]: app = Application\.instance\(\) |
|
110 | 109 | In \[3\]: app\.pylab_import_all = False |
|
111 | 110 | In \[4\]: pylab |
|
112 | ^Welcome to pylab, a matplotlib-based Python environment | |
|
113 | For more information, type 'help\(pylab\)'\. | |
|
111 | ^using matplotlib backend: | |
|
114 | 112 | In \[5\]: ip=get_ipython\(\) |
|
115 | 113 | In \[6\]: \'plot\' in ip\.user_ns |
|
116 | 114 | Out\[6\]: False |
General Comments 0
You need to be logged in to leave comments.
Login now