From 45a68e5bd252dce6e453495f986875124aa3f30a Mon Sep 17 00:00:00 2001 From: Netanel Cohen Date: Thu, 11 Apr 2024 13:45:42 +0300 Subject: [PATCH] hilda_client: Add ipython profile --- hilda/hilda_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hilda/hilda_client.py b/hilda/hilda_client.py index cf15395..4e91d15 100644 --- a/hilda/hilda_client.py +++ b/hilda/hilda_client.py @@ -1030,6 +1030,7 @@ def interact(self, additional_namespace: typing.Mapping = None) -> None: """IPython.get_ipython().events.register('pre_run_cell', self._ipython_run_cell_hook)""", MAGIC_FUNCTIONS, ] + config.BaseIPythonApplication.profile = 'hilda' namespace = globals() namespace.update(locals()) namespace['p'] = self