-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix sample notebook to state that you can double click to edit a cell #14238
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #14238 +/- ##
=======================================
Coverage 59.95% 59.95%
=======================================
Files 706 706
Lines 39183 39181 -2
Branches 5681 5681
=======================================
- Hits 23493 23492 -1
+ Misses 14453 14452 -1
Partials 1237 1237
Continue to review full report at Codecov.
|
@@ -63,7 +63,7 @@ | |||
"\n", | |||
"You are currently viewing what we call our Notebook Editor. It is an interactive document based on Jupyter Notebooks that supports the intermixing of code, outputs and markdown documentation. \n", | |||
"\n", | |||
"This cell is a markdown cell. To edit the text in this cell, simply click on the cell to change it into edit mode.\n", | |||
"This cell is a markdown cell. To edit the text in this cell, simply double click on the cell to change it into edit mode.\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR actually made me look up if there was supposed to be a hyphen here or not. The internet seems a bit unsure, so I vote we go ahead with this.
Kudos, SonarCloud Quality Gate passed!
|
…-jupyter (#194) * Fix sample notebook to state that you can double click to edit a cell (#14238) * Disable surveys if running in codespaces (#14332) * Disable surveys if running in codespaces * Disable gather survey in codespaces too * For gather, show a description without the survey * Fixes for IW tests where UIKind is not defined * Fix all the tests where UIKind is not defined * Appease hygiene * Disable mailing list if running in Codespaces (#14347) * Show tensor dimensions in variable explorer (#14244) * Fix markdown cell marker formatting for export to Python (#14360)
Closes https://github.com/microsoft/vscode-python/issues/14112
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).