We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
No branches or pull requests
Is it possible to use Jupyter's autocompletion? For example:
After running the first cell in Jupyter, I would like ".append(" to be autocompleted, just as it works in jupyter. Is this possible?
The text was updated successfully, but these errors were encountered: