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 ...
-
The Coming of Age of Notebooks - Visual Studio Code
The Coming of Age of Notebooks August 05, 2021 by Chris Dias, @chrisdias A (not so) new way of doing development Notebooks—documents that contain text, executable code, as well as the output of that code—are an interesting and exciting new way to do development. Ok, it's not totally new. Donald Knuth introduced the concept of Literate Programming in 1984 and Wolfram Mathematica introduced ...
-
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
-
Notebooks, Visual Studio Code style
Notebooks, Visual Studio Code style November 8, 2021 by Tanha Kabir, @_tanhakabir Notebooks are documents that contain a mix of rich Markdown, executable code snippets, and accompanying rich output. These are all separated into distinct cells and can be interleaved in any order. If you aren't familiar with notebooks, you might be familiar with REPLs (read-eval-print loop)? A REPL is an ...
-
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 ...
-
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 ...
-
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.
-
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