10 results found
-
Jupyter Notebooks on the web - Visual Studio Code
Jupyter Notebooks on the web Visual Studio Code supports working with Jupyter Notebooks on the desktop, and extends to various browser-based platforms like GitHub Codespaces and VS Code for the Web. Using these browser-based platforms enables you to work on your notebooks (and beyond!) without having to install anything on your machine. You can read more about each of options and how to get ...
-
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 ...
-
Python Interactive window - Visual Studio Code
Python Interactive window 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, as well as through Python code files. This topic covers the support offered through Python code files and demonstrates how to ...
-
Manage Jupyter Kernels in VS Code - Visual Studio Code
Descriptions of kernel selection options and tutorials on managing different types of kernels when working with Jupyter Notebooks in Visual Studio Code.
-
Visual Studio Code - The open source AI code editor
Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
-
Edit Jupyter notebooks with AI in VS Code
The result is a new notebook with a complete data analysis of the dataset, including data cleaning, data visualization, and statistical analysis. You can now further edit the notebook manually, or use AI to make inline edits or send follow-up chat requests to modify the notebook. Next steps Learn more about Jupyter notebooks in VS Code
-
Polyglot Notebooks in VS Code
Polyglot Notebooks in VS Code What is Polyglot Programming? Polyglot programming is the practice of using multiple programming languages to leverage the strength of each language for different tasks. What are Notebooks? Notebooks are interactive files that allow the mixing of executable code, visualizations, equations, and narrative text. Notebooks are composed of code cells that make it easy ...
-
Data Science in Visual Studio Code
Doing Data Science in Visual Studio Code.Data Science in Visual Studio Code You can do all of your data science work within VS Code. Use Jupyter Notebooks and the Interactive Window to start analyzing and visualizing your data in minutes! Power your Python coding experience with IntelliSense support and build, train, and deploy machine learning models to the cloud or the edge with Azure ...
-
Data Science in VS Code tutorial - Visual Studio Code
Python data science tutorial demonstrating the use of common data science and machine learning libraries with Visual Studio code Jupyter Notebook support.
-
Python in Visual Studio Code
Jupyter notebooks To enable Python support for Jupyter notebook files (.ipynb) in VS Code, you can install the Jupyter extension. The Python and Jupyter extensions work together to give you a great Notebook experience in VS Code, providing you the ability to directly view and modify code cells with IntelliSense support, as well as run and debug ...