I am trying to see the docstring of functions when I am in debug console. But it turns out there is no way. Can someone suggest??
For example, if I hover the mouse over the following, nothing happens. Then if I type CTRL-K CTRL-I, nothing happens.
torch.gather
Then if I do:
help(torch.gather)
It says the evaluation is really slow and might be deadlocked.
I ended up googling for documentation, but that is very inefficient.

