Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
d29f148e
Commit
d29f148e
authored
Mar 16, 2018
by
James Ramsay
Committed by
Marcia Ramos
Mar 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Jupyter Notebook docs
parent
78fb81e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
doc/user/project/repository/img/jupyter_notebook.png
doc/user/project/repository/img/jupyter_notebook.png
+0
-0
doc/user/project/repository/index.md
doc/user/project/repository/index.md
+18
-0
No files found.
doc/user/project/repository/img/jupyter_notebook.png
0 → 100644
View file @
d29f148e
61.8 KB
doc/user/project/repository/index.md
View file @
d29f148e
...
@@ -53,6 +53,22 @@ To get started with the command line, please read through the
...
@@ -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.
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
## Branches
When you submit changes in a new
[
branch
](
branches/index.md
)
, you create a new version
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.
...
@@ -158,3 +174,5 @@ Lock your files to prevent any conflicting changes.
## Repository's API
## Repository's API
You can access your repos via
[
repository API
](
../../../api/repositories.md
)
.
You can access your repos via
[
repository API
](
../../../api/repositories.md
)
.
[
jupyter
]:
https://jupyter.org
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment