News

New VS Code Extension: 'One-Stop Shop for Data Scientists'

A Visual Studio Code extension developed by a student is receiving a lot of buzz for its intention to serve as a "one-stop shop for data scientists."

Although developed last summer by Imperial College London student Lorenzo Silvestri in conjunction with Microsoft, the extension named neuron was just announced in a blog post this week and received a lot of attention on the Hacker News site.

On that site, a reader called "greazer" reportedly from the Python VS Code extension team said the neuron extension -- available now on the VS Code Marketplace -- is apparently being reworked for integration into the popular Python VS Code extension. Or, more specifically, code from a neuron fork -- called VSNotebooks -- is being reworked for the Python extension. However, as the project is "a little rough," the forked code was redesigned and reimplemented by Microsoft with new features for integration into the Python extension.

So, after that convoluted backstory, what is neuron/VSNotebooks that provides such functionality that its reworked code is being baked in to the No. 1 VS Code extension, Python, used by more than 21 million developers?

On GitHub, it's described as an "interactive programming experience for data scientists" that "combines the power of Visual Studio Code with the interactivity of Jupyter Notebook." In his blog post published this week, Silvestri said: "The principle of neuron is dead simple. You start off with your regular Python or R code editor – the bit you type code into – inside Visual Studio Code. Alongside it, taking up the other half of the screen, is neuron. It’s a blank page at first, but as you run snippets of your code, the output gets turned into interactive cards. They can be plain text, tables, images, graphs, maps ... you name it."

It received the usual "mixed" reaction on Hacker News, though some developers were excited about it, with comments such as:

  • "I love both Jupyter and VS Code, and having both merged seems great for my use case (and anyone else doing exploratory code)."
  • "Anything that resembles RStudio for python makes me really excited to shift working from R to python for projects running in production."

Stay tuned to see what Microsoft's VS Code Python extension team says about the functionality when it's baked into an upcoming release.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube