Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can install additional python packages in Azure Machine Learning Studio?

Hey I am trying to install dash and jupyter-dash in Azure Machine Learning Studio (New- not classic). I opened terminal and installed them using pip install and they successully were installed upon checking with pip freeze. However when I open notebook I still get error: ModuleNotFoundError.

Is there a way to add those missing libraries that I need in order to run the script in my notebook?

like image 730
Alex T Avatar asked Dec 09 '25 04:12

Alex T


1 Answers

You want to use %pip install package not !pip install package

like image 198
John Stud Avatar answered Dec 11 '25 17:12

John Stud



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!