Regarding the code environment

Options
MS_Latha
MS_Latha Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 8 Partner

Hi experts,

I am working on developer certification. In the Insights concept, there is a technical requirement to install the following packages

plotly==4.14.3
nbformat==4.2.0
altair==4.0.1

I am using the online DSS launchpad and created a new code environment with these packages, but I am not able to use it in my insight creation. Help me to resolve this problem.

Thankyou

Best Answer

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,209 Dataiker
    Answer ✓
    Options

    Hi,

    From the screenshot, it appears you may not be using the dash code enviornment.
    Can you please change the kernel to :
    Screenshot 2022-10-03 at 22.49.44.png

    You would then see :

    Screenshot 2022-10-03 at 22.51.52.png

Answers

  • MatiasL
    MatiasL Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 12 Dataiker
    Options

    Hello Latha,

    If you are using Dataiku Online, you can simply use the “dash” code environment as that one already has those packages installed.

    Otherwise, you can follow the instructions in this article to create a code environment compatible with all courses in the Developer learning path.

    The tutorial you are following was tested using a Python 3.6 code environment. Other Python versions may be compatible.

    Then, within your notebook, you should import those libraries as you can see while doing the following hands-on:

    https://knowledge.dataiku.com/latest/courses/advanced-code/visualization/static-insights-hands-on.html

    If you're still not able to do it, could you please let me know if you're actually receiving any type of error?

    Hope this information helps and looking forward to your feedback!

    Best,

    Matias

  • MS_Latha
    MS_Latha Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 8 Partner
    Options

    Hi @MatiasL

    Thanks for your response.

    As you said the dash code environment has already these packages installed but I am getting the error while executing the code in the notebook.

    Please find the screenshot of the error which is attached.

  • MS_Latha
    MS_Latha Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 8 Partner
    Options

    @AlexT
    Thank you so much

    I made the changes as you said, it worked.

Setup Info
    Tags
      Help me…