4 Frequently Asked Questions (FAQs)

You can refer to the Frequently Asked Questions, which are developed with interest to help you resolve some of the Compliance Studio Installation and Configuration issues.

  1. What should I do when I get the error message “Workspace attach after session re-initialization failed. Error: Conda activate failed, conda not installed”?
    Cause: The Update Notebook Type was set to Jupyter instead of Default which is required for the Customer Scenario notebooks to function correctly.
    Resolution: You can resolve this issue in two ways: via the UI or the Filesystem.
    To resolve this issue via the UI:
    1. Open the Notebook.
    2. Click Update Notebook Type and select Default as the type.
    To resolve this issue via the Filesystem:
    1. Navigate to the <COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/mmg-home/mmg-studio/conf directory.
    2. Create a new file and name it notebook-types-1.yml.
    3. Open the notebook-types-1.yml file and insert the following content.
      version: 2
      types:
        Jupyter: # name of the type
          layouts: # layouts this type supports (subset of zeppelin, jupyter)
            - zeppelin
            - jupyter
          default-layout: zeppelin # the default layout to be chosen
          capability-mapping: # leave it empty if no capability mapping is available, all interpreters will be allowed.
            - python: python # allows python-interpreter
            - md: md # allows md-interpreter
            - python.conda: python.conda # allows conda-interpreter
          default-capability: python # all paragraphs will run python if no %interpreter is found
          default-template: none
    4. Open the application.yml file and update the following changes.
      studio-server:
      notebook-type-config-path: classpath:/notebook-types-1.yml
    5. Restart Compliance Studio.

    Note:

    For other issues and their resolutions, see Frequently Asked Questions (FAQs) and Error Dictionary section in the OFS Compliance Studio Installation Guide, 8.1.2.8.0.