|
10 | 10 | "python.command.python.setInterpreter.title": "Select Interpreter",
|
11 | 11 | "python.command.python.clearWorkspaceInterpreter.title": "Clear Workspace Interpreter Setting",
|
12 | 12 | "python.command.python.viewOutput.title": "Show Output",
|
| 13 | + "python.command.python.installJupyter.title": "Install the Jupyter extension", |
13 | 14 | "python.command.python.viewLanguageServerOutput.title": "Show Language Server Output",
|
14 | 15 | "python.command.python.configureTests.title": "Configure Tests",
|
15 | 16 | "python.command.testing.rerunFailedTests.title": "Rerun Failed Tests",
|
|
26 | 27 | "python.command.python.refreshTensorBoard.title": "Refresh TensorBoard",
|
27 | 28 | "python.menu.createNewFile.title": "Python File",
|
28 | 29 | "python.editor.context.submenu.runPython": "Run Python",
|
| 30 | + "python.editor.context.submenu.runPythonInteractive": "Run in Interactive window", |
29 | 31 | "python.activeStateToolPath.description": "Path to the State Tool executable for ActiveState runtimes (version 0.36+).",
|
30 | 32 | "python.autoComplete.extraPaths.description": "List of paths to libraries and the like that need to be imported by auto complete engine. E.g. when using Google App SDK, the paths are not in system path, hence need to be added into this list.",
|
31 | 33 | "python.condaPath.description": "Path to the conda executable to use for activation (version 4.4+).",
|
|
120 | 122 | "python.venvFolders.description": "Folders in your home directory to look into for virtual environments (supports pyenv, direnv and virtualenvwrapper by default).",
|
121 | 123 | "python.venvPath.description": "Path to folder with a list of Virtual Environments (e.g. ~/.pyenv, ~/Envs, ~/.virtualenvs).",
|
122 | 124 | "python.sortImports.args.deprecationMessage": "This setting will be removed soon. Use 'isort.args' instead.",
|
123 |
| - "python.sortImports.path.deprecationMessage": "This setting will be removed soon. Use 'isort.path' instead." |
| 125 | + "python.sortImports.path.deprecationMessage": "This setting will be removed soon. Use 'isort.path' instead.", |
| 126 | + "walkthrough.pythonWelcome.title": "Get Started with Python Development", |
| 127 | + "walkthrough.pythonWelcome.description": "Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!", |
| 128 | + "walkthrough.step.python.createPythonFile.title": "Create a Python file", |
| 129 | + "walkthrough.step.python.createPythonFile.description": "[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D)", |
| 130 | + "walkthrough.step.python.installPythonWin8.title": "Install Python", |
| 131 | + "walkthrough.step.python.installPythonWin8.description": "The Python Extension requires Python to be installed. Install Python [from python.org](https://www.python.org/downloads).\n\n[Install Python](https://www.python.org/downloads)\n", |
| 132 | + "walkthrough.step.python.installPythonMac.title": "Install Python", |
| 133 | + "walkthrough.step.python.installPythonMac.description": "The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via Brew](command:python.installPythonOnMac)\n", |
| 134 | + "walkthrough.step.python.installPythonLinux.title": "Install Python", |
| 135 | + "walkthrough.step.python.installPythonLinux.description": "The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via terminal](command:python.installPythonOnLinux)\n", |
| 136 | + "walkthrough.step.python.selectInterpreter.title": "Select a Python Interpreter", |
| 137 | + "walkthrough.step.python.selectInterpreter.description": "Choose which Python interpreter/environment you want to use for your Python project.\n[Select Python Interpreter](command:python.setInterpreter)\n**Tip**: Run the ``Python: Select Interpreter`` command in the [Command Palette](command:workbench.action.showCommands).", |
| 138 | + "walkthrough.step.python.createEnvironment.title": "Create a Python Environment ", |
| 139 | + "walkthrough.step.python.createEnvironment.description": "Create an environment for your Python project.\n[Create Environment](command:python.createEnvironment)\n**Tip**: Run the ``Python: Create Environment`` command in the [Command Palette](command:workbench.action.showCommands).\n 🔍 Check out our [docs](https://aka.ms/pythonenvs) to learn more.", |
| 140 | + "walkthrough.step.python.runAndDebug.title": "Run and debug your Python file", |
| 141 | + "walkthrough.step.python.runAndDebug.description": "Open your Python file and click on the play button on the top right of the editor, or press F5 when on the file and select \"Python File\" to run with the debugger. \n \n[Learn more](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)", |
| 142 | + "walkthrough.step.python.learnMoreWithDS.title": "Explore more resources", |
| 143 | + "walkthrough.step.python.learnMoreWithDS.description": "🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). \n 📈 Learn more about getting started with [data science](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D) in Python. \n ✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \n \n[Learn More](https://aka.ms/AA8dqti)", |
| 144 | + "walkthrough.pythonDataScienceWelcome.title": "Get Started with Python for Data Science", |
| 145 | + "walkthrough.pythonDataScienceWelcome.description": "Your first steps to getting started with a Data Science project with Python!", |
| 146 | + "walkthrough.step.python.installJupyterExt.title": "Install Jupyter extension", |
| 147 | + "walkthrough.step.python.installJupyterExt.description": "If you haven't already, install the [Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\") to take full advantage of notebooks experiences in VS Code!\n \n[Search Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\")", |
| 148 | + "walkthrough.step.python.createNewNotebook.title": "Create or open a Jupyter Notebook", |
| 149 | + "walkthrough.step.python.createNewNotebook.description": "Right click in the file explorer and create a new file with an .ipynb extension. Or, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create New Blank Notebook``.\n[Create new Jupyter Notebook](command:toSide:jupyter.createnewnotebook)\n If you have an existing project, you can also [open a folder](command:workbench.action.files.openFolder) and/or clone a project from GitHub: [clone a Git repository](command:git.clone).", |
| 150 | + "walkthrough.step.python.openInteractiveWindow.title": "Open the Python Interactive Window", |
| 151 | + "walkthrough.step.python.openInteractiveWindow.description": "The Python Interactive Window is a Python shell where you can execute and view the results of your Python code. You can create cells on a Python file by typing ``#%%``.\n \nTo open the interactive window anytime, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create Interactive Window``.\n[Open Interactive Window](command:jupyter.createnewinteractive)", |
| 152 | + "walkthrough.step.python.dataScienceLearnMore.title": "Find out more!", |
| 153 | + "walkthrough.step.python.dataScienceLearnMore.description": "📒 Take a look into the [Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\") features, by looking for \"Jupyter\" in the [Command Palette](command:workbench.action.showCommands). \n 🏃🏻 Find out more features in our [Tutorials](https://aka.ms/AAdjzpd). \n[Learn more](https://aka.ms/AAdar6q)", |
| 154 | + "walkthrough.step.python.createPythonFile.altText": "Open a Python file or a folder with a Python project.", |
| 155 | + "walkthrough.step.python.selectInterpreter.altText": "Selecting a Python interpreter from the status bar", |
| 156 | + "walkthrough.step.python.createEnvironment.altText": "Creating a Python environment from the Command Palette", |
| 157 | + "walkthrough.step.python.runAndDebug.altText": "How to run and debug in VS Code with F5 or the play button on the top right.", |
| 158 | + "walkthrough.step.python.learnMoreWithDS.altText": "Image representing our documentation page and mailing list resources.", |
| 159 | + "walkthrough.step.python.installJupyterExt.altText": "Creating a new Jupyter notebook", |
| 160 | + "walkthrough.step.python.createNewNotebook.altText": "Creating a new Jupyter notebook", |
| 161 | + "walkthrough.step.python.openInteractiveWindow.altText": "Opening Python interactive window", |
| 162 | + "walkthrough.step.python.dataScienceLearnMore.altText": "Image representing our documentation page and mailing list resources." |
124 | 163 | }
|
0 commit comments