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

DSBugBash: Support for Code Cell Titles #3853

Closed
DonJayamanne opened this issue Nov 2, 2018 · 1 comment
Closed

DSBugBash: Support for Code Cell Titles #3853

DonJayamanne opened this issue Nov 2, 2018 · 1 comment

Comments

@DonJayamanne
Copy link
Contributor

Create a cell as follows:

#%% Wow
import sys
print(sys.executable)

I would expect the cell in the interative window to have a title of Wow.
Right now it displays the cell with the comments.

Currently we have the text #%% ... being displayed in the interactive window, only when there's text after #%%.
screen shot 2018-11-02 at 10 14 04 am

@ronglums
Copy link

In this case, "Wow" will show up at the first line.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 19, 2018
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants