This is fiddly:
"cluster_domain": "", # 👈 add your cluster domain here
Having to continually copy and paste the cluster domain in the notebooks is fiddly. An enhancement would be to define $CLUSTER_DOMAIN when the notebook is created and then use that in the code. You should also add a test for it being defined before the notebook runs.
This is fiddly:
Having to continually copy and paste the cluster domain in the notebooks is fiddly. An enhancement would be to define $CLUSTER_DOMAIN when the notebook is created and then use that in the code. You should also add a test for it being defined before the notebook runs.