You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. define an add() method
# 1. invoke the add() method
def add(x, y):
return x + y
add(3, 4)
This would generate the card with the text in the comments converted into Markdown and rendered for display (as a numbered list in this case).
The text was updated successfully, but these errors were encountered:
jflam
changed the title
Suggestion: Turn comments at top of selection into markdown for a cell
Suggestion: Turn comments at top of selection into markdown for a card
Jun 4, 2018
Consider code that looks like:
This would generate the card with the text in the comments converted into Markdown and rendered for display (as a numbered list in this case).
The text was updated successfully, but these errors were encountered: