Skip to Content

Set Up Jupyter Notebook for Service Ticket Intelligence

Set up a local JupyterLab instance as well as the Jupyter Notebook for Service Ticket Intelligence.
You will learn
  • How to install Python and Anaconda
  • How to set up a local Jupyter server to run Jupyter notebooks
Juliana-MoraisJuliana MoraisMay 5, 2022
Created by
Juliana-Morais
July 15, 2020
Contributors
tobias61
Juliana-Morais

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

    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.

    Check Anaconda Version

    You have successfully installed Anaconda.

    Log in to complete tutorial
  • Step 2

    All you will need throughout the tutorial is within this repository on GitHub. It includes three Jupyter notebooks, one for each of the use cases of Service Ticket Intelligence, as well as some dataset that can be used. Now, you will clone this repository to your local computer.

    Clone Repository

    Once the repository is cloned, you receive an output as above, saying that it’s done.

    Log in to complete tutorial
  • Step 3

    To use the Jupyter notebooks, you must have a local instance of the Jupyter server running.

    Stay in the Anaconda Prompt (Windows) or the Terminal (Mac and Linux) and navigate into the new folder that was created while cloning the repository by using the command cd service-ticket-intelligence-jupyter-notebook. You then move into the folder and your current path will change accordingly.

    Changing Folders

    Next, enter the command jupyter notebook to start the server.

    Start Server

    Once the server started, the Jupyter notebook automatically opens in the browser. In case it does not, you can use one of the URLs that appear in the command prompt.

    Log in to complete tutorial
  • Step 4

    Finally, you need to upload the service key file that you obtained in Use Free Tier to Set Up Account for Service Ticket Intelligence and Get Service Key or Use Trial to Set Up Account for Service Ticket Intelligence and Get Service Key.

    On the Jupyter notebook page that you opened in the previous step, click Upload.

    Upload

    In the dialog that opens, select the file that contains the service key.

    Upload

    Finally, edit the file name and update it to default_key.json. Click Upload again.

    Upload

    Now, the file shows in the list of documents and folders. With that, you are done with the setup and ready for the next tutorial.

    Upload
    Log in to complete tutorial
  • Step 5

    Select the correct command to start your Jupyter server:

    Log in to complete tutorial
Back to top