Julia

Get Started with Julia – Hello World

In this post, you will learn about instructions to set up Julia and getting started with Julia using Anaconda / Jupyter Notebook with information on learning resources in relation to Data Sciences / Machine Learning

Download & Setup Julia

First and foremost, let’s get set up / install Julia. Go to the Julia download page and download the install package based on your operating system. I downloaded the dmg file for Mac, double clicked on the dmg file and installed the Julia. The installation was pretty easy.  

Double-click on Julia application or execute Julia command and it starts an interactive session (terminal) also known as REPL session. The simplest way to learn Julia is through interactive session. Get started with creating a variable named as greetings = “Hello World”. Here is the screenshot:

Fig 1. Julia Hello Word

Setup Julia for Jupyter Notebook

Here are the commands for you to get started with Julia using Jupyter Notebook. It is assumed that you have already installed Anaconda.

Execute the following command in Julia REPL / interactive session window.

using Pkg
#
#
Pkg.add("IJulia")

Here is how the execution will look like:

Fig 2. Julia setup in Jupyter Notebook

Once done, launch the Jupyter Notebook from Anaconda window. This will open up Jupyter in browser. Click on New in top-right (as hown in the figure given below) and you will find Julia and Python. Click on Julia related option and you are good to go.

Fig 3. Open Julia Jupyter Notebook

Get started with Julia Hello World in Jupyter Notebook as shown in the below screenshot.

Fig 4. Julia Hello World with Julia Jupyter Notebook

Julia Learning Resources

You could get started on Julia by taking up free courses available on https://juliaacademy.com/ in relation to data sciences / machine learning

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com

Share
Published by
Ajitesh Kumar
Tags: julia

Recent Posts

Pricing Analytics in Banking: Strategies, Examples

Last updated: 15th May, 2024 Have you ever wondered how your bank decides what to…

3 days ago

How to Learn Effectively: A Holistic Approach

In this fast-changing world, the ability to learn effectively is more valuable than ever. Whether…

5 days ago

How to Choose Right Statistical Tests: Examples

Last updated: 13th May, 2024 Whether you are a researcher, data analyst, or data scientist,…

5 days ago

Data Lakehouses Fundamentals & Examples

Last updated: 12th May, 2024 Data lakehouses are a relatively new concept in the data…

6 days ago

Machine Learning Lifecycle: Data to Deployment Example

Last updated: 12th May 2024 In this blog, we get an overview of the machine…

6 days ago

Autoencoder vs Variational Autoencoder (VAE): Differences, Example

Last updated: 12th May, 2024 In the world of generative AI models, autoencoders (AE) and…

6 days ago