SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Set Up Jupyter Notebook for Service Ticket Intelligence

Set up a local JupyterLab instance as well as the Jupyter Notebook for Service Ticket Intelligence.

Overview

You will learn

  • How to install Python and Anaconda
  • How to set up a local Jupyter server to run Jupyter notebooks
Juliana Morais J Juliana Morais December 11, 2023
Created on July 15, 2020
Contributors

More from Juliana Morais

See all 63 tutorials by Juliana Morais →

Prerequisites

Steps

Windows macOS Linux BAS

Intro

A Jupyter Notebook is used in the following tutorials to make the steps interactive and easy to follow. For more information on Jupyter Notebooks, see Jupyter. The notebooks and datasets used for this tutorial mission are available in this repository.


Step 1 Install Anaconda

First, you need to install Anaconda. Anaconda is a platform that offers tools to process large datasets and is often used by data scientists. When installing Anaconda, the programming language Python is installed as well.

To install Anaconda, head over to the Anaconda installation guide and look for your operating system. Once there, follow the installation guide.

To verify the installation, search for Anaconda Prompt in your programs and open it. In the command prompt, enter conda --version and the version is printed as in the image below.

To verify the installation, open a new Terminal or Command Prompt. In the command prompt, enter conda --version and the version appears as in the image below.

To verify the installation, open a new Terminal or Command Prompt. In the command prompt, enter conda --version and the version appears as in the image below.

Check Anaconda Version
Check Anaconda Version

You have successfully installed Anaconda.

Step 2 Clone the repository
+
Step 3 Start Jupyter server
+
Step 4 Add credentials
+
Step 5 Test yourself
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Install Anaconda 2. Clone the repository 3. Start Jupyter server 4. Add credentials 5. Test yourself
Next