Open
Description
Would be great if there was a function hooking into the jupyter-inspect
machinery that would prompt for a symbol and display the results for that symbol.
My vision for this is that you could also hook into the completion machinery and have an interface similar to describe-function
/describe-variable
but for Julia symbols.
I'll submit a PR if interest.