From 27d314277bfe7fffec215efa9b1833a23bb82940 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 29 Jan 2020 21:09:22 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../project/repository/img/jupyter_notebook.png | Bin 63326 -> 0 bytes doc/user/project/repository/index.md | 12 ++--------- .../jupyter_notebooks/img/jupyter_notebook.png | Bin 0 -> 63326 bytes .../project/repository/jupyter_notebooks/index.md | 23 +++++++++++++++++++++ 4 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 doc/user/project/repository/img/jupyter_notebook.png create mode 100644 doc/user/project/repository/jupyter_notebooks/img/jupyter_notebook.png create mode 100644 doc/user/project/repository/jupyter_notebooks/index.md (limited to 'doc/user') diff --git a/doc/user/project/repository/img/jupyter_notebook.png b/doc/user/project/repository/img/jupyter_notebook.png deleted file mode 100644 index 52c5c5aea32..00000000000 Binary files a/doc/user/project/repository/img/jupyter_notebook.png and /dev/null differ diff --git a/doc/user/project/repository/index.md b/doc/user/project/repository/index.md index fad8cbe81cb..8be7320dcb9 100644 --- a/doc/user/project/repository/index.md +++ b/doc/user/project/repository/index.md @@ -102,19 +102,11 @@ Some things to note about precedence: ### Jupyter Notebook files -> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/2508) in GitLab 9.1 - -[Jupyter](https://jupyter.org) Notebook (previously IPython Notebook) files are used for +[Jupyter](https://jupyter.org/) Notebook (previously IPython Notebook) files are used for interactive computing in many fields and contain a complete record of the user's sessions and include code, narrative text, equations and rich output. -When added to a repository, Jupyter Notebooks with a `.ipynb` extension will be -rendered to HTML when viewed. - -![Jupyter Notebook Rich Output](img/jupyter_notebook.png) - -Interactive features, including JavaScript plots, will not work when viewed in -GitLab. +[Read how to use Jupyter notebooks with GitLab.](jupyter_notebooks/index.md) ### OpenAPI viewer diff --git a/doc/user/project/repository/jupyter_notebooks/img/jupyter_notebook.png b/doc/user/project/repository/jupyter_notebooks/img/jupyter_notebook.png new file mode 100644 index 00000000000..52c5c5aea32 Binary files /dev/null and b/doc/user/project/repository/jupyter_notebooks/img/jupyter_notebook.png differ diff --git a/doc/user/project/repository/jupyter_notebooks/index.md b/doc/user/project/repository/jupyter_notebooks/index.md new file mode 100644 index 00000000000..6b93ee05a9b --- /dev/null +++ b/doc/user/project/repository/jupyter_notebooks/index.md @@ -0,0 +1,23 @@ +# Jupyter Notebook Files + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/2508/) in GitLab 9.1. + +[Jupyter](https://jupyter.org/) Notebook (previously IPython Notebook) files are used for +interactive computing in many fields and contain a complete record of the +user's sessions and include code, narrative text, equations and rich output. + +When added to a repository, Jupyter Notebooks with a `.ipynb` extension will be +rendered to HTML when viewed. + +![Jupyter Notebook Rich Output](img/jupyter_notebook.png) + +Interactive features, including JavaScript plots, will not work when viewed in +GitLab. + +## Jupyter Hub as a GitLab Managed App + +You can deploy [Jupyter Hub as a GitLab managed app](./../../../clusters/applications.md#jupyterhub). + +## Jupyter Git integration + +Find out how to [leverage JupyterLab’s Git extension on your Kubernetes cluster](./../../../clusters/applications.md#jupyter-git-integration). -- cgit v1.2.3