About 400 results
Open links in new tab
  1. Jupyter Notebooks in VS 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

    When you've activated an environment with Jupyter installed, you can open a Jupyter notebook file (.ipynb) in VS Code and then convert it to Python code. Once you've converted the file, you …

  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

    Descriptions of kernel selection options and tutorials on managing different types of kernels when working with Jupyter Notebooks in Visual Studio Code.

  5. Data Science in VS Code tutorial

    In this section, you will create a workspace for the tutorial, create an Anaconda environment with the data science modules needed for the tutorial, and create a Jupyter notebook that you'll use …

  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

    Notebooks are composed of code cells that make it easy to quickly iterate on code. Popularized by the open-source project Jupyter, they have become the de facto tool for Python data …

  8. Getting Started with Data Wrangler in VS Code

    Use a Jupyter Notebook to read the file using Pandas, for example using the read_csv method. Within the read method, use the encoding and/or encoding_errors parameters to define the …

  9. 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 …

  10. Notebooks, Visual Studio Code style

    Nov 8, 2021 · The most popular form of notebooks today is the Jupyter Notebook, used extensively in the data science community with rich Python support. Jupyter Notebooks also …