You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/notebooks/setup.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -256,11 +256,13 @@ exposed to the internet and is an unsecured endpoint by default.
256
256
257
257
## Next steps
258
258
259
-
* See a [simple example](https://github.com/kubeflow/examples/tree/master/pipelines/simple-notebook-pipeline) of creating Kubeflow pipelines in a jupyter notebook on GCP.
259
+
* See a [simple example](https://github.com/kubeflow/examples/tree/master/pipelines/simple-notebook-pipeline) of creating Kubeflow pipelines in a Jupyter notebook on GCP.
260
260
* Build machine-learning pipelines with the [Kubeflow Pipelines
261
261
SDK](/docs/pipelines/sdk/sdk-overview/).
262
262
* Explore [Kubeflow Fairing](/docs/fairing/) for a complete solution to
263
263
building, training, and deploying an ML model from a notebook.
264
+
* See how to configure [multi-user isolation](/docs/other-guides/multi-user-overview/) in Kubeflow, to separate the notebooks for each user in a shared Kubeflow deployment.
264
265
* Learn the advanced features available from a Kubeflow notebook, such as
265
266
[submitting Kubernetes resources](/docs/notebooks/submit-kubernetes/) or
0 commit comments