Showing results for Jupyter - Microsoft for Python Developers Blog

May 7, 2024
Post comments count2
Post likes count9

Announcing Data Wrangler: Code-centric viewing and cleaning of tabular data in Visual Studio Code

Jeffrey Mew
Jeffrey Mew

Today, we are excited to announce the general availability of the Data Wrangler extension for Visual Studio Code! Data Wrangler is a free extension that offers data viewing and cleaning that is directly integrated into VS Code and the Jupyter extension. It provides a rich user interface to view and analyze your data, show insightful column statisti...

JupyterData ScienceVS Code
Sep 8, 2023
Post comments count0
Post likes count0

Python in Visual Studio Code – September 2023 Release

Courtney Webster
Courtney Webster

The September 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include updates to the Create Environment command, a new terminal auto-activation experiment, and a new yapf extension. Keep reading to learn more!

pythonJupyterrelease
Jul 27, 2020
Post comments count12
Post likes count0

Notebooks are getting revamped!

Claudia Regio
Claudia Regio

Notebooks in VS Code are getting revamped! This experience is currently being exclusively rolled out to VS Code Insiders so be sure to download today to try it out!

pythonJupyterVisual Studio Code
Jun 7, 2016
Post comments count0
Post likes count1

Python lambda expressions unleashed

CarlKadie
CarlKadie

Carl Kadie, Ph.D., is a research developer in Microsoft Research/TnR working on Genomics. Lambda expressions provide a way to pass functionality into a function. Sadly, Python puts two annoying restrictions on lambda expressions. First, lambdas can only contain an expression, not statements. Second, lambdas can't be serialized to disk. T...

pythonJupyter
Mar 21, 2016
Post comments count0
Post likes count0

What do your users really think? Using Text Analytics to understand GitHub Issue Sentiment

Christopher Wilcox
Christopher Wilcox

Ever get the feeling your users aren't that happy with your project? We all get those issues that are real downers on our repository. So I thought, let's take these issues and make something fun. Using the Text Analytics Service and the WordCloud Python package, we can make some pretty pictures out of otherwise negative comments. I also found it ...

JupyterAzure NotebooksCortana Analytics
Mar 8, 2016
Post comments count1
Post likes count0

Python 3 is Winning Library Developer Support

Christopher Wilcox
Christopher Wilcox

https://notebooks.azure.com/library/rJUgQ81mnpo In 3 months, Python 3 will be better supported than Python 2. Are you using Python 3 for your development? It has been out for 7+ years at this point. So, if you aren't using it, why not? Since December of 2008, the initial release of Python 3, it seems the new version of Python has lived in the s...

JupyterAzure Notebooks