10 results found
-
Python environments in VS Code
Python environments in VS Code An "environment" in Python is the context in which a Python program runs that consists of an interpreter and any number of installed packages. Note: If you'd like to become more familiar with the Python programming language, review More Python resources. Types of Python environments Global environments By default, any Python interpreter installed runs in its own ...
-
Setting up Visual Studio Code
Setting up Visual Studio Code VS Code is a free code editor, which runs on the macOS, Linux, and Windows operating systems. Getting up and running with Visual Studio Code is quick and easy. It is a small download so you can install in a matter of minutes and give VS Code a try. VS Code is lightweight and should run on most available hardware and platform versions. You can review the System ...
-
Python in Visual Studio Code
The Python extension then provides shortcuts to run Python code using the currently selected interpreter (Python: Select Interpreter in the Command Palette). To run the active Python file, click the Run Python File play button in the top-right side of the editor. You can also run individual lines or a selection of code with the Python: Run Selection/Line in Python Terminal command (Shift+Enter ...
-
Linting Python in Visual Studio Code
Linting Python in Visual Studio CodeLinting Python in Visual Studio Code Linting highlights semantic and stylistic problems in your Python source code, which often helps you identify and correct subtle programming errors or coding practices that can lead to errors. For example, linting can detect the use of an undefined variable, calls to undefined functions, missing parentheses, and even more ...
-
Data Science in Visual Studio Code
You can explore the source code for these extensions by selecting the repository link under the Project Details section in the Visual Studio Marketplace. You can also contribute directly to the Jupyter extension. Data Science profile template Profiles let you quickly switch your extensions, settings, and UI layout depending on your current project or task. To help you get started with Data ...
-
Getting Started with Data Wrangler in VS Code
Getting Started with Data Wrangler in VS Code Data Wrangler is a code-centric data viewing and cleaning tool that is integrated into VS Code and VS Code Jupyter Notebooks. It provides a rich user interface to view and analyze your data, show insightful column statistics and visualizations, and automatically generate Pandas code as you clean and transform the data. The following is an example ...
-
Visual Studio Code FAQ
Visual Studio Code FAQ Our docs contain a Common questions section as needed for specific topics. We've captured items here that don't fit in the other topics. If you don't see an answer to your question here, check our previously reported issues on GitHub and our release notes. Open sourcing AI in VS Code We've open sourced the GitHub Copilot Chat extension under the MIT license and are ...
-
VS Code Extensions
VS Code Extensions March 17, 2016 by Wade Anderson, @waderyan_ In November 2015, we open sourced Visual Studio Code and introduced the extensions API. The VS Code extensions Marketplace has over 850 extensions. Many new languages (Go, PowerShell, PHP, Python) and frameworks (Apache Cordova, React Native) are now supported. We will continue to iterate on improving the API and we would love your ...
-
Visual Studio Code documentation search
Search Visual Studio Code's documentation.'Join a VS Code Dev Days event near you to learn about AI-assisted development in VS Code.
-
Jupyter Notebooks in VS Code
Jupyter Notebooks in VS Code Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and executable Python source code on one canvas called a notebook. Visual Studio Code supports working with Jupyter Notebooks natively, and through Python code files. This topic covers the native support available for Jupyter Notebooks and demonstrates how to ...