Best of JupyterSeptember 2022

  1. 1
    Article
    Avatar of vscodeVisual Studio Code·4y

    Visual Studio Code August 2022

    Visual Studio Code August 2022 August 2022 (version 1.71) is the latest version to be released. There are still many updates in this version that we hope you'll like. New Code Action control makes it easier to find the Code Action you want. Expanded codecs support - To help display embedded audio and video in notebooks.

  2. 2
    Article
    Avatar of devblogsDevBlogs·4y

    Python in Visual Studio Code - September 2022 Release

    The September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes the following announcements: Improved IntelliSense support for J upyter Notebooks.

  3. 3
    Article
    Avatar of kdnuggetsKDnuggets·4y

    Progress Bars in Python with tqdm for Fun and Profit

    Tqdm shows progress bar, number of iterations, time taken to run the loop, and frequency of iterations per second. In this tutorial, we will learn to add the progress bar label and customize it to display a green color progress bar instead on black. You can check out these tools and create your magic with tqDM.