-
Notifications
You must be signed in to change notification settings - Fork 12
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
Cannot parse ?? when specified at the end of function name #11
Comments
@vinayak-mehta please let me know if you think I'm on the right track. If so, I'm happy to make a PR to help lessen your burden. 😄 |
It's not a burden 😅 let me look into it today 👍 EDIT: I was not able to check this out, but this is on my backlog. |
@ericmjl I wasn't able to check this out, would you like to raise a PR for this? I've never used the |
Also re-opening the issue since |
|
@vinayak-mehta thanks for handling #9 so quickly! I just upgraded nbcommands, and I think I might have found one more edge case, I hope you don't mind me reporting this here.
There are some code cells where we want to show the source of the function, so we write:
to show the full source, or
to show just the signature + docstring (if I remember correctly).
This example, I think, also gave me an error, this time being:
I dug into the source, and saw that you basically added a regex replacement, is that right? Would the correct thing to do here be the following? I think the order has to be the double-?? before the single-?.
The text was updated successfully, but these errors were encountered: