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:
- Then click on “Clone a Repository”:
- Enter this URL,
https://github.com/rh-aiservices-bu/licence-plate-workshop.git
, then click on “CLONE”:
- It takes a few seconds, after which you can double-click and navigate to the newly-created folder,
licence-plate-workshop
:
Ready? Let’s go to the next section.
Navigation
- Red Hat OpenShift Data Science Workshop - Licence plate recognition
- Step 1: Starting a Jupyter environment
- Step 2: The Jupyter environment<– you are here
- Step 3: Notebooks
- Step 4: Licence plate recognition
- Step 5: Packaging the model as an API
- Step 6: Packaging our application
- Step 7: Testing the application
- Conclusion