diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-03-16 16:54:03 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-03-16 16:54:03 +0000 |
commit | 07a06baace78cf2835eed8ace7b2f0663e7b6749 (patch) | |
tree | 35f4d0a5ecfeaa3a67953898a90589a9a95f9605 | |
parent | 78fb81e68676fb526e09cadac36045d9cf85e860 (diff) | |
parent | d29f148e5a0561a3ed401706ef529ea5660804f9 (diff) | |
download | gitlab-ce-07a06baace78cf2835eed8ace7b2f0663e7b6749.tar.gz |
Merge branch 'jramsay-43804-jupyter-docs' into 'master'
Add Jupyter Notebook docs
Closes #43804
See merge request gitlab-org/gitlab-ce!17495
-rw-r--r-- | doc/user/project/repository/img/jupyter_notebook.png | bin | 0 -> 63326 bytes | |||
-rw-r--r-- | doc/user/project/repository/index.md | 18 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/user/project/repository/img/jupyter_notebook.png b/doc/user/project/repository/img/jupyter_notebook.png Binary files differnew file mode 100644 index 00000000000..52c5c5aea32 --- /dev/null +++ b/doc/user/project/repository/img/jupyter_notebook.png diff --git a/doc/user/project/repository/index.md b/doc/user/project/repository/index.md index e6aede7f46e..ae131d51305 100644 --- a/doc/user/project/repository/index.md +++ b/doc/user/project/repository/index.md @@ -53,6 +53,22 @@ To get started with the command line, please read through the Use GitLab's [file finder](../../../workflow/file_finder.md) to search for files in a repository. +### Jupyter Notebook files + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/2508) in GitLab 9.1 + +[Jupyter][jupyter] 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. + ## Branches When you submit changes in a new [branch](branches/index.md), you create a new version @@ -158,3 +174,5 @@ Lock your files to prevent any conflicting changes. ## Repository's API You can access your repos via [repository API](../../../api/repositories.md). + +[jupyter]: https://jupyter.org |