|
495 | 495 | "StartPage.getStarted": "Python - Get Started", |
496 | 496 | "StartPage.pythonExtensionTitle": "Python Extension", |
497 | 497 | "StartPage.createJupyterNotebook": "Create a Jupyter Notebook", |
498 | | - "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", |
| 498 | + "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", |
499 | 499 | "StartPage.createAPythonFile": "Create a Python File", |
500 | | - "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", |
501 | | - "StartPage.openInteractiveWindow": "Open the Interactive Window", |
| 500 | + "StartPage.pythonFileDescription": "- Create a <div class=\"link\" role=\"button\" onclick={0}>new file</div> with a .py extension", |
| 501 | + "StartPage.openInteractiveWindow": "Use the Interactive Window to develop Python Scripts", |
502 | 502 | "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", |
503 | 503 | "StartPage.releaseNotes": "Take a look at our <a class=\"link\" href={0}>Release Notes</a> to learn more about the latest features", |
504 | 504 | "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.", |
505 | 505 | "StartPage.dontShowAgain": "Don't show this page again", |
506 | 506 | "StartPage.helloWorld": "Hello world", |
507 | | - "StartPage.sampleNotebook": "Welcome_To_VSCode_Notebooks.ipynb", |
| 507 | + "StartPage.sampleNotebook": "Notebooks intro", |
| 508 | + "StartPage.openFolder": "Open a Folder or Workspace", |
| 509 | + "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>", |
508 | 510 | "DataScience.libraryRequiredToLaunchJupyterKernelNotInstalledInterpreter": "{0} requires {1} to be installed.", |
509 | 511 | "DataScience.runByLine": "Run by line (F10)", |
510 | 512 | "DataScience.stopRunByLine": "Stop", |
|
0 commit comments