Installing External Libraries on a Notebook Instance
Multiple environments such as Jupyter and Python have been installed on DataArts Studio notebook instances, including MRS(PySpark), DLI Spark(PySpark), DLI Spark(Scala), and Python. You can use pip install to install external libraries on notebook instances.
Installing an external library on a notebook instance
You can use JupyterLab to install Shapely in the python-3.7.10 environment.
- Open a notebook instance and access the Launcher page.
- In the Notebook area, access a kernel, for example, python-3.7.10, and create an IPYNB file.
- In the new notebook instance, enter the following command in the code input bar:
!pip install Shapely
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot