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

Use jupyter's autocompletion #14

Open
Eloitor opened this issue Jul 15, 2022 · 1 comment
Open

Use jupyter's autocompletion #14

Eloitor opened this issue Jul 15, 2022 · 1 comment

Comments

@Eloitor
Copy link

Eloitor commented Jul 15, 2022

Is it possible to use Jupyter's autocompletion? For example:

# ---
# jupyter:
#   jupytext:
#     text_representation:
#       extension: .py
#       format_name: percent
#       format_version: '1.3'
#       jupytext_version: 1.3.4
#   kernelspec:
#     display_name: Python 3
#     language: python
#     name: python3
# ---

# %%
A = []

# %%
A.append()

After running the first cell in Jupyter, I would like ".append(" to be autocompleted, just as it works in jupyter. Is this possible?

@joshalbrecht
Copy link
Contributor

joshalbrecht commented Jul 27, 2022

Unfortunately that's not possible right now.

It might actually be a bit slower than you would want in practice, even if it could be implemented. I'd be open to a PR though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants