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?