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

Interactive jupyter-inspect with prompt #199

Open
non-Jedi opened this issue Nov 14, 2019 · 1 comment · May be fixed by #238
Open

Interactive jupyter-inspect with prompt #199

non-Jedi opened this issue Nov 14, 2019 · 1 comment · May be fixed by #238
Labels
help wanted Extra attention is needed

Comments

@non-Jedi
Copy link
Contributor

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.

@nnicandro
Copy link
Collaborator

👍 for the PR. You could probably extract the completion table in jupyter-completion-at-point to get the symbols for completion. Also you may be able to re-use some of the code in jupyter-read-expression.

non-Jedi added a commit to non-Jedi/emacs-jupyter that referenced this issue Apr 3, 2020
jupyter-describe implements an interface (with completion) similar to
emacs builtin describe-function for interacting with jupyter kernels.

Closes emacs-jupyter#199
@non-Jedi non-Jedi linked a pull request Apr 3, 2020 that will close this issue
non-Jedi added a commit to non-Jedi/emacs-jupyter that referenced this issue Apr 3, 2020
jupyter-describe implements an interface (with completion) similar to
emacs builtin describe-function for interacting with jupyter kernels.

Closes emacs-jupyter#199
non-Jedi added a commit to non-Jedi/emacs-jupyter that referenced this issue Jun 12, 2020
jupyter-describe implements an interface (with completion) similar to
emacs builtin describe-function for interacting with jupyter kernels.

Closes emacs-jupyter#199
@nnicandro nnicandro added the help wanted Extra attention is needed label Aug 4, 2020
non-Jedi added a commit to non-Jedi/emacs-jupyter that referenced this issue Jan 19, 2022
jupyter-describe implements an interface (with completion) similar to
emacs builtin describe-function for interacting with jupyter kernels.

Closes emacs-jupyter#199
non-Jedi added a commit to non-Jedi/emacs-jupyter that referenced this issue Jan 19, 2022
jupyter-describe implements an interface (with completion) similar to
emacs builtin describe-function for interacting with jupyter kernels.

Closes emacs-jupyter#199
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants