From f2b60b3c4bbf5859a180f753716cbd84c5179d03 Mon Sep 17 00:00:00 2001 From: danielgruesso Date: Tue, 4 Jun 2019 08:44:43 -0400 Subject: Update verbiage and add clone screenshot --- doc/user/clusters/applications.md | 13 ++++++------- doc/user/clusters/img/jupyter-git-clone.png | Bin 0 -> 50150 bytes 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 doc/user/clusters/img/jupyter-git-clone.png diff --git a/doc/user/clusters/applications.md b/doc/user/clusters/applications.md index 3b1ca0a643d..ec28b9f4321 100644 --- a/doc/user/clusters/applications.md +++ b/doc/user/clusters/applications.md @@ -163,16 +163,15 @@ is automatically provisioned and configured using the authenticated user's: - Email - Newly created access token -Once a user logs in to -Jupyter, a post-start hook executes configuration of the extension by setting user's data as environment variables and running a -script to configure the extension. - -JupyterLab's Git extension enables full version control of your notebooks as well as issuance of Git commands within Jupyter. Git commands -can be issued via the **Git** tab on the left panel or via Jupyter's command line prompt. -can be issued via the "Git" tab on the left panel or via Jupyter's command line prompt. +JupyterLab's Git extension enables full version control of your notebooks as well as issuance of Git commands within Jupyter. +Git commands can be issued via the **Git** tab on the left panel or via Jupyter's command line prompt. ![Jupyter's Git Extension](img/jupyter-git-extension.gif) +Clone repositories from the files tab in Jupyter + +![Jupyter clone repository](img/jupyter-git-clone.png) + ### Knative > Available for project-level clusters since GitLab 11.5. diff --git a/doc/user/clusters/img/jupyter-git-clone.png b/doc/user/clusters/img/jupyter-git-clone.png new file mode 100644 index 00000000000..6cc07d7eabc Binary files /dev/null and b/doc/user/clusters/img/jupyter-git-clone.png differ -- cgit v1.2.1