We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42f6e0 commit ce554ccCopy full SHA for ce554cc
1 file changed
bec_ipython_client/bec_ipython_client/main.py
@@ -38,7 +38,6 @@
38
39
40
class CLIBECClient(BECClient):
41
-
42
def _wait_for_server(self):
43
super()._wait_for_server()
44
@@ -54,7 +53,6 @@ def _wait_for_server(self):
54
53
55
56
class BECIPythonClient:
57
58
# local_only_types is a container for objects that should not be resolved through
59
# the CLIBECClient but directly through the BECIPythonClient. While this is not
60
# needed for normal usage, it is required, e.g. for mocks.
@@ -398,6 +396,7 @@ def main():
398
396
main_dict["startup_file"] = args.post_startup_file
399
397
400
app = TerminalIPythonApp()
+ app.display_banner = False
401
app.interact = True
402
app.initialize(argv=["-i", os.path.join(os.path.dirname(__file__), "bec_startup.py")])
403
0 commit comments