Skip to content

Installing Jupyter Lab

On Windows

At the ICR, the Company Portal has a Jupyter Lab app for Windows. alt text

On a mac

Follow this link for the mac installation instructions: Anaconda mac install

Setting up

Once installed the Anaconda Suite will appear on the Start Menu.
Search for Anaconda Prompt
alt text

Navigate to a folder that you want to save files in, eg c:/Users/ralcraft/Documents, and then type the following command:

jupyter lab
This will start Jupyter Lab in your default web browser.

Check it works

You should see the default option of a Python 2 kernal, click it. alt text

Then a jupyter notebook will appear, you can test it is working by simply typing in

print("Hello World")
Press the play arrow at the top - if you see the output Hello World then it is working correctly. alt text

Any problems, contact schelpdesk asking to be put in touch with the RSE team.