Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash completion tweaks #126

Merged
merged 2 commits into from
Feb 12, 2018
Merged

bash completion tweaks #126

merged 2 commits into from
Feb 12, 2018

Conversation

andram
Copy link
Contributor

@andram andram commented Feb 8, 2018

Bash completion called a non-existing command "jupyter baseopts" and did not complete correctly on filenames with spaces. The two patches fix these issues.

The existing code tried to obtain the bash complete options by calling
"jupyter baseopts", which is however not implemented.  This patch uses
"jupyter --help" and a standard sed filter chain instead.
Tab completion after "jupyter notebook" now allows for filenames
containing spaces.
@takluyver takluyver added this to the 4.5 milestone Feb 12, 2018
@takluyver takluyver merged commit 15be9f1 into jupyter:master Feb 12, 2018
@takluyver
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants