question

ManuelReyesGomez-1028 avatar image
0 Votes"
ManuelReyesGomez-1028 asked romungi-MSFT commented

Can an AzureML Notebook on a workspace be linked to an specific AzureML Environment

I have seen how to link an AzureML Notebook inside a Workspace to a Compute Target within the same Workspace

I am wondering if it could be also linked to an specific AzureML Environment as the notebook requires software from the container used to instantiate the Environment

azure-machine-learning
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@ManuelReyesGomez-1028 Did you get a chance to check if the below clarification helped?

0 Votes 0 ·

1 Answer

romungi-MSFT avatar image
0 Votes"
romungi-MSFT answered romungi-MSFT edited

@ManuelReyesGomez-1028 Do you want to use a specific package with the notebook to process data that is required before submitting your experiment? If Yes, then you can create a custom environment or kernel with your notebook. The details of the steps are mentioned in this thread. With this process you are basically using the terminal to install the packages and create a conda environment that can be used as kernel listed in the dropdown of your notebook.

If you want to use a specific environment for your experiments then you can use curated environments or create a custom environment and register it with your workspace that can be used with any experiment.

If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.