We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a048b commit a4c81c9Copy full SHA for a4c81c9
bash_kernel/kernel.py
@@ -107,8 +107,6 @@ def _start_bash(self):
107
108
# Disable bracketed paste (see <https://github.com/takluyver/bash_kernel/issues/117>)
109
self.bashwrapper.run_command("bind 'set enable-bracketed-paste off' >/dev/null 2>&1 || true")
110
- # Set TERM_PROGRAM and TERM_PROGAM_VERSION. See <https://github.com/takluyver/bash_kernel/issues/117#issuecomment-1032738154>
111
- self.bashwrapper.run_command(f"export TERM_PROGRAM='jupyter_bash_kernel'; export TERM_PROGRAM_VERSION='{__version__}';")
112
# Register Bash function to write image data to temporary file
113
self.bashwrapper.run_command(image_setup_cmd)
114
0 commit comments