Hello. New user, just getting started. Are there any guides on how to integrate a jupyter notebook server into Flyte? Like jupyterhub or the Kubeflow notebook operator?
k
Ketan (kumare3)
05/03/2023, 5:00 AM
no jupyter notebook, we only do pipelines
s
Souheil Inati
05/03/2023, 5:02 AM
Do you have a recommendation on a complementary system to run notebooks?
k
Ketan (kumare3)
05/03/2023, 5:03 AM
you can use anything you like 😄
if you find some good one share with the community 😄
s
Souheil Inati
05/03/2023, 5:06 AM
I’m wondering if anyone has managed to integrate something cleanly with the same auth etc. I see in the kubeflow integration channel some mention of an attempt at porting the notebook operator
If the mechanism for exposing a web app outside the cluster, with the oauth layer, say via Istio or something, then a notebook server would be easy
I’ll dig into the code and see if I can find the auth stuff