Closed
Description
When I drop the examples/jupyter-completion.bash
from the master branch in /etc/bash_completion.d/
gnome-terminal crashes when typing jupyter con
followed by hitting the tab key.
expected behavior is completion of jupyter console
startup of jupyter console
command shows:
Jupyter console 5.1.0
Python 3.5.2 (default, Sep 14 2017, 22:51:06)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
Environment:
python3 -c "import IPython; print(IPython.sys_info())"
{'commit_hash': 'd86648c5d',
'commit_source': 'installation',
'default_encoding': 'UTF-8',
'ipython_path': '/home/antonios/.local/lib/python3.5/site-packages/IPython',
'ipython_version': '6.1.0',
'os_name': 'posix',
'platform': 'Linux-4.11.0-kfd-compute-rocm-rel-1.6-180-x86_64-with-Ubuntu-16.04-xenial',
'sys_executable': '/usr/bin/python3',
'sys_platform': 'linux',
'sys_version': '3.5.2 (default, Sep 14 2017, 22:51:06) \n[GCC 5.4.0 20160609]'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment