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