From 76a92b096f68923ce7132058bced43f65f4904fa Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez <baptiste.jonglez@inria.fr> Date: Fri, 6 May 2022 11:33:33 +0200 Subject: [PATCH] cli: enable shiny IPython colors --- grid5000/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grid5000/cli.py b/grid5000/cli.py index 454983f..c297f69 100644 --- a/grid5000/cli.py +++ b/grid5000/cli.py @@ -43,7 +43,7 @@ def main(): else: motd += "* A new client (variable gk) has been created\n" motd += MOTD_END - IPython.embed(header=motd) + IPython.embed(header=motd, colors="neutral") def auth(user: str): -- GitLab