About 400 results
Open links in new tab
  1. Jupyter Notebooks in VS Code - Visual Studio Code

    Once the appropriate environment is activated, you can create and open a Jupyter Notebook, connect to a remote Jupyter server for running code cells, and export a Jupyter Notebook as a …

  2. Python Interactive window - Visual Studio Code

    In addition to opening a Jupyter notebook, you can also use one of the following commands from the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)) to export content from a Python …

  3. Jupyter Notebooks on the web - Visual Studio Code

    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.

  4. Manage Jupyter Kernels in VS Code - Visual Studio Code

    By default, VS Code will recommend the one you've previously used with your notebook, but you can choose to connect to any other Jupyter kernels as shown below.

  5. 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.

  6. Edit Jupyter notebooks with AI in VS Code - Visual Studio Code

    Learn how to use GitHub Copilot in Visual Studio Code to edit Jupyter notebooks with AI.

  7. Polyglot Notebooks in VS Code

    As opposed to traditional notebooks that are typically used with Python, the Polyglot Notebooks extension allows you to use multiple programming languages natively all in the same notebook …

  8. Notebook API - Visual Studio Code

    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.

  9. Getting Started with Data Wrangler in VS Code

    To work around this error, you need to open Data Wrangler from a Jupyter Notebook instead of directly from a data file. Use a Jupyter Notebook to read the file using Pandas, for example …

  10. Azure Machine Learning in VS Code

    The Azure Machine Learning leverages the strong Jupyter notebooks support in VS Code. It makes connecting to a remote compute instance and using them as remote Jupyter servers …