Step 2: The Jupyter environment

You are now inside your Jupyter environment. As you can see, it’s a web-based environment, but everything you’ll do here is in fact happening on the Red Hat OpenShift Data Science cluster. This means that without having to install and maintain anything on your own computer, and without disposing of lots of local resources like CPU and RAM, you can still conduct your Data Science work in this powerful and stable managed environment.

In the "file-browser" like window you’re in right now, you’ll find the files and folders that are saved inside your own personal space inside Red Hat OpenShift Data Science. It’s pretty empty right now though…​ So the first thing we will do is to bring the content of the workshop inside this environment.

  • On the left toolbar, click on the Git icon:

alt text
  • Then click on Clone a Repository:

alt text
https://github.com/rh-aiservices-bu/licence-plate-workshop.git
alt text
  • It takes a few seconds, after which you can double-click and navigate to the newly-created folder, licence-plate-workshop:

alt text

alt text

There is another way way to clone a git repo in JupyterLab.

Can you guess what it is?

Display the answer

  • Select File then New then Terminal

  • Once in the terminal, type:

git clone https://github.com/rh-aiservices-bu/licence-plate-workshop.git