diff --git a/tomcat_bec/bec_ipython_client/startup/post_startup.py b/tomcat_bec/bec_ipython_client/startup/post_startup.py index 07d6da4..eb3db5f 100644 --- a/tomcat_bec/bec_ipython_client/startup/post_startup.py +++ b/tomcat_bec/bec_ipython_client/startup/post_startup.py @@ -34,3 +34,6 @@ to setup the prompts. """ # pylint: disable=invalid-name, unused-import, import-error, undefined-variable, unused-variable, unused-argument, no-name-in-module + +bec._ip.prompts.session_name = "TOMCAT" +bec._ip.prompts.status = 1 \ No newline at end of file