2020-03-13 15:44:24 +05:30
|
|
|
|
# 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
|
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
|
|
|
|
|
|
|
|
|
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).
|