diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-25 21:32:05 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-25 21:32:05 +0400 |
commit | 4b8ed94012af1fb4f4752b5d199f79c6bcfd4c59 (patch) | |
tree | ad54d702d385e973f367cc02c9115b1948510caa /dot_ipython/profile_default/startup/99_internal.py | |
parent | 33df3ffbe31ea3b722bfeec21e6a4ebfd038aa00 (diff) |
Add basic IPython config and startup scripts
Diffstat (limited to 'dot_ipython/profile_default/startup/99_internal.py')
-rw-r--r-- | dot_ipython/profile_default/startup/99_internal.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 |