How to Use Azure Notebooks Hello World

Leave a comment

Azure Notebooks are Jupyter notebooks running on Azure, which is great as users don’t need to install any software locally, and it comes with other cool features as well. To access Notebooks, go to https://notebooks.azure.com/ and sign in:

You will be prompted to create a user id. Enter one and click Save:

You will see below:

Let’s click on Create a New Project, called Hello World. Note the option to make this public or not:

Select +, then Notebook:

Give the Notebook a name and select the language that will be used. Note this currently supports Python 2.7, Python 3.5, Python 3.6, R and F#. We will select Python 3.6:

This creates a new file, HelloWorld.ipynb:

On opening it, we see below:

Add some Hello World text and run it:

print("Hello World!")

You are now using Azure Notebooks.

Note, if you’re interested in Data Science, check out the interesting Python Data Science Handbook on Azure Notebooks from Jake VanderPlas at https://notebooks.azure.com/jakevdp/projects/PythonDataScienceHandbook:

 

THANKS FOR READING. BEFORE YOU LEAVE, I NEED YOUR HELP.
 

I AM SPENDING MORE TIME THESE DAYS CREATING YOUTUBE VIDEOS TO HELP PEOPLE LEARN THE MICROSOFT POWER PLATFORM.

IF YOU WOULD LIKE TO SEE HOW I BUILD APPS, OR FIND SOMETHING USEFUL READING MY BLOG, I WOULD REALLY APPRECIATE YOU SUBSCRIBING TO MY YOUTUBE CHANNEL.

THANK YOU, AND LET'S KEEP LEARNING TOGETHER.

CARL

https://www.youtube.com/carldesouza

 

ABOUT CARL DE SOUZA

Carl de Souza is a developer and architect focusing on Microsoft Dynamics 365, Power BI, Azure, and AI.

carldesouza.comLinkedIn Twitter | YouTube

 

Leave a Reply

Your email address will not be published. Required fields are marked *