Skip to content

Commit

Permalink
Merge pull request #54 from doronz88/feature/ipython_proflie
Browse files Browse the repository at this point in the history
hilda_client: Add ipython profile
  • Loading branch information
doronz88 authored Apr 11, 2024
2 parents 2620a62 + 45a68e5 commit 48e3fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hilda/hilda_client.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 48e3fda

Please sign in to comment.