debian-mirror-gitlab/doc/user/project/repository/jupyter_notebooks/index.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2020-10-24 23:57:45 +05:30
---
stage: Create
group: Source Code
2021-02-22 17:27:13 +05:30
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments"
2020-10-24 23:57:45 +05:30
type: reference
---
2021-03-11 19:13:27 +05:30
# Jupyter Notebook Files **(FREE)**
2020-03-13 15:44:24 +05:30
2020-06-23 00:09:42 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/2508/) in GitLab 9.1.
2020-03-13 15:44:24 +05:30
[Jupyter](https://jupyter.org/) Notebook (previously IPython Notebook) files are used for
interactive computing in many fields and contain a complete record of the
2020-04-08 14:13:33 +05:30
user's sessions and include code, narrative text, equations, and rich output.
2020-03-13 15:44:24 +05:30
2021-04-17 20:07:23 +05:30
When added to a repository, Jupyter Notebooks with a `.ipynb` extension are
2020-03-13 15:44:24 +05:30
rendered to HTML when viewed.
![Jupyter Notebook Rich Output](img/jupyter_notebook.png)
2021-04-17 20:07:23 +05:30
Interactive features, including JavaScript plots, don't work when viewed in
2020-03-13 15:44:24 +05:30
GitLab.
## Jupyter Hub as a GitLab Managed App
2021-01-29 00:20:46 +05:30
You can deploy [Jupyter Hub as a GitLab managed app](../../../clusters/applications.md#jupyterhub).
2020-03-13 15:44:24 +05:30
## Jupyter Git integration
2021-01-29 00:20:46 +05:30
Find out how to [leverage JupyterLabs Git extension on your Kubernetes cluster](../../../clusters/applications.md#jupyter-git-integration).