INFACore Installation > INFACore installation overview > Installing INFACore for JupyterLab
  

Installing INFACore for JupyterLab

Install the JupyterLab extension for INFACore and the Python SDK libraries to work with JupyterLab. You can download the extension and Python SDK libraries from Informatica Marketplace.
  1. 1Download the following packages from Informatica Marketplace:
  2. 2Optional. If you are using Anaconda, activate the conda environment where you want to install the packages:
  3. conda activate jupyterlab-ext
    For example, if the name of the condo environment your created is jupyterlab-ext, use the same name to activate the environment.
    (base) C:\Users\john>conda activate jupyterlab-ext
  4. 3From the command prompt, go to the root directory that contains the packages.
  5. (jupyterlab-ext) C:\Users\john>cd C:\INFACore
  6. 4Install the packages in the following order from the root directory:
    1. aTo install the Python SDK package, informatica_infacore, run the following command:
    2. pip install informatica_infacore-1.0.0-py3-none-any.whl
    3. For example,
    4. (jupyterlab-ext) C:\INFACore>pip install informatica_infacore-1.0.0-py3-none-any.whl
    5. bTo install the jupyterLab extension for INFACore, jupyterlab_infacore package, run the following command:
    6. pip install jupyterlab_infacore-1.0.0-py3-none-any.whl
    7. For example,
    8. (jupyterlab-ext) C:\INFACore>pip install jupyterlab_infacore-1.0.0-py3-none-any.whl
  7. 5To activate the JupyterLab extension for INFACore, run the following command:
  8. jupyter server extension enable jupyterlab_infacore
  9. For example,
  10. (jupyterlab-ext) C:\INFACore>jupyter server extension enable jupyterlab_infacore
You can watch the installation steps here:
After you complete these steps, you can launch JupyterLab.

Launch the JupyterLab extension for INFACore

After you install the INFACore packages, launch JupyterLab, and you can view the JupyterLab extension for INFACore in your JupyterLab development environment.
    1Launch JupyterLab.
    The JupyterLab server instance opens in your browser.
    The JupyterLab server instance shows the installed libraries, the INFACore icon to log in and the JupyterLab work area.
    You can view the following elements:
    2On the JupyterLab Settings tab, and perform the following tasks:
    1. aGo to Advanced Settings Editor.
    2. bOn the left-hand pane in the Navigator, click INFACore, and then enter the INFACore URL in the Test Environment URL field. For example, to log in to the test POD, you enter the following URL: https://dmr-us.informaticacloud.com.
    3. Important: The INFACore URL is created dynamically in a production POD. You do not need to explicitly enter the URL in your JupyterLab environment settings to log in to INFACore from JupyterLab in the production POD. Perform steps 2a-b only if you are using the staging, test, or sandbox PODs.
      Enter the URL to log in to INFACore.
    3To log in from the JupyterLab extension for INFACore, click the Informatica icon to view the Log In page.
    The Log in page shows the fields to enter your INFACore credentials.
    If you have an account, you can enter your credentials, including the cloud provider and region that correspond to the name of the POD (Point of Deployment) that your organization uses and log in to INFACore. If you do not have an account, you can click, Don't have an account? and proceed from there to Informatica Marketplace to register and create an account.