|
110 | 110 | "DataScience.exportDialogFailed": "Failed to export notebook. {0}",
|
111 | 111 | "DataScience.exportOpenQuestion": "Open in browser",
|
112 | 112 | "DataScience.exportOpenQuestion1": "Open in editor",
|
113 |
| - "DataScience.notebookExportAs" : "Convert and save to a python script", |
114 |
| - "DataScience.exportAsQuickPickPlaceholder" : "Export As...", |
115 |
| - "DataScience.exportPythonQuickPickLabel" : "Python Script", |
| 113 | + "DataScience.notebookExportAs": "Convert and save to a python script", |
| 114 | + "DataScience.exportAsQuickPickPlaceholder": "Export As...", |
| 115 | + "DataScience.exportPythonQuickPickLabel": "Python Script", |
116 | 116 | "DataScience.collapseInputTooltip": "Collapse input block",
|
117 | 117 | "DataScience.collapseVariableExplorerTooltip": "Hide variables active in jupyter kernel",
|
118 | 118 | "DataScience.collapseVariableExplorerLabel": "Variables",
|
|
501 | 501 | "StartPage.getStarted": "Python - Get Started",
|
502 | 502 | "StartPage.pythonExtensionTitle": "Python Extension",
|
503 | 503 | "StartPage.createJupyterNotebook": "Create a Jupyter Notebook",
|
504 |
| - "StartPage.notebookDescription": "- Use \"<div class=\"italics\">Shift + Command + P</div> \" to open the <div class=\"link\" role=\"button\" onclick={0}>Command Palette</div><br />- Type \"<div class=\"link italics\" role=\"button\" onclick={1}>Create New Blank Jupyter Notebook</div> \"<br />- Explore our <div class=\"link\" role=\"button\" onclick={2}>sample notebook</div> to learn about notebook features", |
| 504 | + "StartPage.notebookDescription": "- Run \"<div class=\"link italics\" role=\"button\" onclick={0}>Create New Blank Jupyter Notebook</div>\" in the Command Palette (<div class=\"italics\">Shift + Command + P</div>)<br />- Explore our <div class=\"link\" role=\"button\" onclick={1}>sample notebook</div> to learn about notebook features", |
505 | 505 | "StartPage.createAPythonFile": "Create a Python File",
|
506 |
| - "StartPage.pythonFileDescription": "- Create a new file and use the .py extension<br />- <div class=\"link\" role=\"button\" onclick={0}>Open a file or workspace</div> to continue work", |
507 |
| - "StartPage.openInteractiveWindow": "Open the Interactive Window", |
| 506 | + "StartPage.pythonFileDescription": "- Create a <div class=\"link\" role=\"button\" onclick={0}>new file</div> with a .py extension", |
| 507 | + "StartPage.openInteractiveWindow": "Use the Interactive Window to develop Python Scripts", |
508 | 508 | "StartPage.interactiveWindowDesc": "- You can create cells on a Python file by typing \"#%%\" <br /> - Use \"<div class=\"italics\">Shift + Enter</div> \" to run a cell, the output will be shown in the interactive window",
|
509 | 509 | "StartPage.releaseNotes": "Take a look at our <a class=\"link\" href={0}>Release Notes</a> to learn more about the latest features",
|
510 | 510 | "StartPage.tutorialAndDoc": "Explore more features in our <a class=\"link\" href={0}>Tutorials</a> or check <a class=\"link\" href={1}>Documentation</a> for tips and troubleshooting.",
|
511 | 511 | "StartPage.dontShowAgain": "Don't show this page again",
|
512 | 512 | "StartPage.helloWorld": "Hello world",
|
513 |
| - "StartPage.sampleNotebook": "Welcome_To_VSCode_Notebooks.ipynb", |
| 513 | + "StartPage.sampleNotebook": "Notebooks intro", |
| 514 | + "StartPage.openFolder": "Open a Folder or Workspace", |
| 515 | + "StartPage.folderDesc": "- Open a <div class=\"link\" role=\"button\" onclick={0}>Folder</div><br /> - Open a <div class=\"link\" role=\"button\" onclick={1}>Workspace</div>", |
514 | 516 | "DataScience.libraryRequiredToLaunchJupyterKernelNotInstalledInterpreter": "{0} requires {1} to be installed.",
|
515 | 517 | "DataScience.runByLine": "Run by line (F10)",
|
516 | 518 | "DataScience.stopRunByLine": "Stop",
|
|
0 commit comments