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,…