SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

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

🎓 beginner 10 min. Machine LearningBeginnerArtificial IntelligenceCloudSAP Business Technology PlatformSAP Ai ServicesService Ticket IntelligenceFree Tier

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 by June 29, 2020
Contributors

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

Learn more →