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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
dc0fcb81
Commit
dc0fcb81
authored
Jan 29, 2020
by
Tim Rizzi
Committed by
Achilleas Pipinellis
Jan 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Jupyter notebooks from repository to packages
parent
a5b98bf7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
11 deletions
+26
-11
doc/README.md
doc/README.md
+1
-1
doc/user/project/repository/index.md
doc/user/project/repository/index.md
+2
-10
doc/user/project/repository/jupyter_notebooks/img/jupyter_notebook.png
...ect/repository/jupyter_notebooks/img/jupyter_notebook.png
+0
-0
doc/user/project/repository/jupyter_notebooks/index.md
doc/user/project/repository/jupyter_notebooks/index.md
+23
-0
No files found.
doc/README.md
View file @
dc0fcb81
...
@@ -174,7 +174,7 @@ The following documentation relates to the DevOps **Create** stage:
...
@@ -174,7 +174,7 @@ The following documentation relates to the DevOps **Create** stage:
|
[
Delete merged branches
](
user/project/repository/branches/index.md#delete-merged-branches
)
| Bulk delete branches after their changes are merged. |
|
[
Delete merged branches
](
user/project/repository/branches/index.md#delete-merged-branches
)
| Bulk delete branches after their changes are merged. |
|
[
File templates
](
user/project/repository/web_editor.md#template-dropdowns
)
| File templates for common files. |
|
[
File templates
](
user/project/repository/web_editor.md#template-dropdowns
)
| File templates for common files. |
|
[
Files
](
user/project/repository/index.md#files
)
| Files management. |
|
[
Files
](
user/project/repository/index.md#files
)
| Files management. |
|
[
Jupyter Notebook files
](
user/project/repository/index.md#jupyter-notebook-files
)
| GitLab's support for
`.ipynb`
files. |
|
[
Jupyter Notebook files
](
user/project/repository/
jupyter_notebooks/
index.md#jupyter-notebook-files
)
| GitLab's support for
`.ipynb`
files. |
|
[
Protected branches
](
user/project/protected_branches.md
)
| Use protected branches. |
|
[
Protected branches
](
user/project/protected_branches.md
)
| Use protected branches. |
|
[
Push rules
](
push_rules/push_rules.md
)
**(STARTER)**
| Additional control over pushes to your projects. |
|
[
Push rules
](
push_rules/push_rules.md
)
**(STARTER)**
| Additional control over pushes to your projects. |
|
[
Repositories
](
user/project/repository/index.md
)
| Manage source code repositories in GitLab's user interface. |
|
[
Repositories
](
user/project/repository/index.md
)
| Manage source code repositories in GitLab's user interface. |
...
...
doc/user/project/repository/index.md
View file @
dc0fcb81
...
@@ -102,19 +102,11 @@ Some things to note about precedence:
...
@@ -102,19 +102,11 @@ Some things to note about precedence:
### Jupyter Notebook files
### 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
interactive computing in many fields and contain a complete record of the
user's sessions and include code, narrative text, equations and rich output.
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
[
Read how to use Jupyter notebooks with GitLab.
](
jupyter_notebooks/index.md
)
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.
### OpenAPI viewer
### OpenAPI viewer
...
...
doc/user/project/repository/img/jupyter_notebook.png
→
doc/user/project/repository/
jupyter_notebooks/
img/jupyter_notebook.png
View file @
dc0fcb81
File moved
doc/user/project/repository/jupyter_notebooks/index.md
0 → 100644
View file @
dc0fcb81
# 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
)
.
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