Best of Jupyter2023

  1. 1
    Article
    Avatar of planetpythonPlanet Python·3y

    Python in Visual Studio Code

    The April 2023 release of the Python and Jupyter extensions for Visual Studio Code includes announcements, the availability of Data Wrangler for Visual Studio Code Insiders, move symbol refactoring with Pylance, the embedding of the Create Environment command in dependency files, the finalization of the Environments API for extension authors, and improvements to the Kernel Picker for Python Environments.

  2. 2
    Article
    Avatar of inPlainEngHQPython in Plain English·3y

    Best Tools for Python Developers in 2023

    Best Tools for Python Developers in 2023: Helios, PyCharm, Django, Poetry and more. Helios is a developer platform that provides actionable insight into your Python application flow. Python has become one of the most popular programming languages over the past few years.

  3. 3
    Article
    Avatar of vscodeVisual Studio Code·3y

    Visual Studio Code January 2023

    Visual Studio Code January 2023 (version 1.75) There are many updates in this version that we hope you'll like. Profiles- Create and share profiles to configure extensions, settings, shortcuts, and more.

  4. 4
    Article
    Avatar of medium_jsMedium·3y

    Introducing the new JupyterLab Desktop!

    JupyterLab Desktop has released a major update with new features and improved user experience. It introduces a Welcome Page, sessions and projects, one-click notebook creation, drag and drop support, multiple session window support, Python environment auto-discovery, and more. Security, privacy, and configuration options have also been enhanced. Try it out and share feedback!

  5. 5
    Article
    Avatar of kotlinKotlin·3y

    Introducing Kotlin Notebook

    Kotlin Notebook is an interactive tool that allows you to combine code, visualizations, and text in a single document. In notebooks, you can write and run code snippets (cells), view the results, and document your thought process all in one place. This post will offer insight into the plugin’s functionality and use cases.

  6. 6
    Article
    Avatar of vscodeVisual Studio Code·3y

    Visual Studio Code October 2023

    Visual Studio Code October 2023 (version 1.84) downloads: Windows: x64 Arm64| Mac: Universal Intel silicon| Linux: deb rpm tarball Arm snap. There are many updates in this version that we hope you'll like, some of the key highlights include: More audio cues.

  7. 7
    Article
    Avatar of vscodeVisual Studio Code·3y

    Visual Studio Code July 2023

    New diff editor features- Collapse unchanged regions, better diff region text alignment. There are now Accessible Views for notifications, inline chat responses, Jupyter notebook output, and workbench hovers. In the diff editor, the Difference Review Pane was renamed to Accessible Diff Viewer.

  8. 8
    Article
    Avatar of vscodeVisual Studio Code·3y

    Visual Studio Code April 2023

    Visual Studio Code April 2023 (version 1.78) Download the nightly Insiders build and try the latest updates as soon as they are available. New color themes- "Modern" light and dark color theme defaults. New default color themes replace 'Dark+' and 'Light Modern' as the new default dark and light color themes.

  9. 9
    Article
    Avatar of kdnuggetsKDnuggets·3y

    StarCoder: The Coding Assistant That You Always Wanted

    The StarCoder is a cutting-edge large language model designed specifically for code. With an impressive 15.5B parameters and an extended context length of 8K, it excels in infilling capabilities. You can also chat with a StarChat and use VSCode extensions for work.

  10. 10
    Article
    Avatar of denoDeno·3y

    Deno 1.37: Modern JavaScript in Jupyter Notebooks

    Deno 1.37 comes with stronger Visual Studio Code and LSP support, better testing performance, improved Node compatibility, and many bug fixes.

  11. 11
    Article
    Avatar of inPlainEngHQPython in Plain English·2y

    Advent of Code: the Best Way to Learn to Code!

    Advent of Code is a free Advent calendar of small programming puzzles that can be solved in any programming language. It is a great resource to practice coding skills and there is a private leaderboard available for motivation. It takes varying amounts of time to solve the puzzles, depending on the difficulty.

  12. 12
    Article
    Avatar of kdnuggetsKDnuggets·3y

    Getting Started with ReactPy

    ReactPy gives users a simple, declarative view framework that efficiently scales applications to complex use cases. The interfaces of ReactPy are built using components that offer a similar experience to that found in ReactJS. In this blog post, we will explore ReactPy, learning how to build a simple application and run it both within a web browser and a Jupyter Notebook.

  13. 13
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Setup a Windows Machine for Machine Learning/Deep Learning Using an Nvidia Graphics Card (CUDA)

    How to set up a Windows Machine for Machine Learning/Deep Learning using an Nvidia Graphics Card (CUDA) If you can afford a good Nvidia graphics card, then you can easily use your graphics card for this type of intensive work. A lot of developers use Linux for this, but I do not like Linux as a desktop operating system.