-
Notifications
You must be signed in to change notification settings - Fork 192
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
Add rsync/graphviz executables and jedi for autocompeletion #6180
Conversation
0212473
to
4d8533c
Compare
I play around with the milestone because the issue comes with the docker image and I want to use milestone as a "wishlist".The milestones we used to have but not now actively used. |
Think a discourse topic is better suited than a PR, so please go ahead and open one. I will respond there |
The topic is open in: https://aiida.discourse.group/t/when-to-make-new-releases-how-to-use-milestone/162 |
@unkcpz why do we need to install |
Ah, yes, thanks for the correction. The autocompletion is not working when |
I think this is the issue related davidhalter/jedi#1962 (a problem for |
Good detective work. I can confirm that with |
4d8533c
to
43a602f
Compare
The former is used for the backup functionality and the latter is needed to generate graphic representations of provenance graphs.
43a602f
to
f8a3e76
Compare
Certain tab completion functionality in ipython shells, for example the completion of `Node.inputs`, was broken for `jedi==0.19` in combination with recent version of `ipython`.
f8a3e76
to
57ec873
Compare
rsync
is needed for the new backup mechenism.graphviz
is needed for plot the provenance graph.jedi
was not a dependency which will make the IPython (verdi shell
) autocompletion not work fornode.inputs.<tab>
.