From 4b8ed94012af1fb4f4752b5d199f79c6bcfd4c59 Mon Sep 17 00:00:00 2001 From: Alen Date: Mon, 25 Sep 2023 21:32:05 +0400 Subject: Add basic IPython config and startup scripts --- dot_ipython/profile_default/startup/99_internal.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dot_ipython/profile_default/startup/99_internal.py (limited to 'dot_ipython/profile_default/startup/99_internal.py') diff --git a/dot_ipython/profile_default/startup/99_internal.py b/dot_ipython/profile_default/startup/99_internal.py new file mode 100644 index 0000000..2a594eb --- /dev/null +++ b/dot_ipython/profile_default/startup/99_internal.py @@ -0,0 +1,6 @@ +"""Internal startup cleanup.""" + +del _IPYTHON_INTERNAL_NAMES +del _INTERNAL_NAMES + +del _summarise_startup -- cgit 1.4.1-2-gfad0