Getting Started with various Tools

8 / 44

Python 3.10 (For Generative AI)

How to get started:

  • Using Command Line Interface

    In the web console tab on the right side of the screen, type the following command to enter the default Python IDE

    export PATH=/usr/local/miniconda/envs/python3.10/bin:$PATH
    
    python
    

    You can check the version using the below command at the Command Line (outside the Python prompt)

    python -V
    
  • Using Jupyter notebook

    In the Notebook tab on the right side of the screen, make sure to be using Python3.10 Kernel. If not, you may change the kernel to Python3.10 as follows:

    Click on Kernel -> Change Kernel -> Python3.10 from the menu at the top


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...