Press "Enter" to skip to content

Posts tagged as “Office 365”

Run your first python program using Azure Notebooks

0

In this post, we’ll look at Azure Notebooks; a completely free hosted Jupyter notebooks service from Azure. Jupyter has been quite popular lately among data science professionals and is becoming a preferred choice for running python code interactively to perform data analytics. Jupyter combines your code, documentation, data, any data visualization graphics in a single place. It’s an open-source project,…