10 results found
-
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 (through the Jupyter extension), and through Python code files. This topic covers the native support available for Jupyter ...
-
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 ...
-
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 ...
-
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
-
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 ...
-
Data science in Microsoft Fabric using Visual Studio Code
A Fabric notebook is an interactive workbook in Microsoft Fabric for writing and running code, visualizations, and markdown side-by-side. Notebooks support multiple languages (Python, Spark, SQL, Scala, and more) and are ideal for data exploration, transformation, and model development in Fabric working with your existing data in OneLake. Example
-
Manage Jupyter Kernels in VS Code
Descriptions of kernel selection options and tutorials on managing different types of kernels when working with Jupyter Notebooks in Visual Studio Code.
-
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.
-
Notebook API | Visual Studio Code Extension API
Notebook API The Notebook API allows Visual Studio Code extensions to open files as notebooks, execute notebook code cells, and render notebook outputs in a variety of rich and interactive formats.
-
Quick Start Guide for Data Wrangler in VS Code
Quick Start Guide for 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 ...