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
Create a piece of code like so:
#%% def myFun(arg1, arg2): ''' description of function ''' print('this is my function')
Execute the cell twice. Enter something into the input box.
Go to input prompt and type 'myFun'
When the signature help appears, it should show an up/down arrow. Hit the down arrow on the keyboard, and then the up arrow.
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered:
rchiodo
No branches or pull requests
Create a piece of code like so:
Execute the cell twice.
Enter something into the input box.
Go to input prompt and type
'myFun'
When the signature help appears, it should show an up/down arrow. Hit the down arrow on the keyboard, and then the up arrow.
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: