Skip to content

Commit 07a06ba

Browse files
Merge branch 'jramsay-43804-jupyter-docs' into 'master'
Add Jupyter Notebook docs Closes #43804 See merge request gitlab-org/gitlab-ce!17495
2 parents 78fb81e + d29f148 commit 07a06ba

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
61.8 KB
Loading

doc/user/project/repository/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,22 @@ To get started with the command line, please read through the
5353

5454
Use GitLab's [file finder](../../../workflow/file_finder.md) to search for files in a repository.
5555

56+
### Jupyter Notebook files
57+
58+
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/2508) in GitLab 9.1
59+
60+
[Jupyter][jupyter] Notebook (previously IPython Notebook) files are used for
61+
interactive computing in many fields and contain a complete record of the
62+
user's sessions and include code, narrative text, equations and rich output.
63+
64+
When added to a repository, Jupyter Notebooks with a `.ipynb` extension will be
65+
rendered to HTML when viewed.
66+
67+
![Jupyter Notebook Rich Output](img/jupyter_notebook.png)
68+
69+
Interactive features, including JavaScript plots, will not work when viewed in
70+
GitLab.
71+
5672
## Branches
5773

5874
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.
158174
## Repository's API
159175

160176
You can access your repos via [repository API](../../../api/repositories.md).
177+
178+
[jupyter]: https://jupyter.org

0 commit comments

Comments
 (0)