Once you have ML Studio installed, find out its the IP address to access it, login and start building.
kubectl get svc istio-ingressgateway -n istio-system USER: admin
PASSWORD: password{% hint style="info" %}
ML Studio root work directory can be access at /home/jovyan/work inside jupyter pods and /home/work inside other pods.
All files you would like persisted should live under this directory. {% endhint %}
We recommend using conda to manage all your conda environment but you are free to use others.
{% hint style="warning" %}
base conda environment will not get persisted
{% endhint %}
Start a new terminal session under Notebooks
conda create --name py3 python=3.7 -yBefore you can use this new python enviorment in your notebooks, you need to make Jupyter aware of it first.
conda activate test
ipython kernel install --user --name=py3Finally, refresh ML Studio web app for your changes to take effect.