You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is correctly loaded but when I type jupyter followed by a tab I get this result
notebook tqtconsole tconsole tnbconvert tkernelspec ttrust t
and the cursor will be moved to the end of the line, so there is nothing I can do there, I do have to clean the entire output and type the command manually.
The same thing happen if I type jupyter no + tab: no is completed to notebook and then the rest of the commands are printed and the curso will be moved at the end of the line.
Is this an incompatibility with bash >4 or with the bash-completion package?
The text was updated successfully, but these errors were encountered:
I'm on bash 5.1.4 on Mac Os.
I've download and the jupyter-completion.bash and I load it with bash-completion
It is correctly loaded but when I type
jupyter
followed by a tab I get this resultand the cursor will be moved to the end of the line, so there is nothing I can do there, I do have to clean the entire output and type the command manually.
The same thing happen if I type
jupyter no
+ tab:no
is completed tonotebook
and then the rest of the commands are printed and the curso will be moved at the end of the line.Is this an incompatibility with bash >4 or with the
bash-completion
package?The text was updated successfully, but these errors were encountered: