{"id":13608400,"url":"https://github.com/finos/jupyterlab_templates","last_synced_at":"2025-07-19T02:07:54.436Z","repository":{"id":41387968,"uuid":"125671008","full_name":"finos/jupyterlab_templates","owner":"finos","description":"Support for jupyter notebook templates in jupyterlab","archived":false,"fork":false,"pushed_at":"2025-07-01T15:08:05.000Z","size":2486,"stargazers_count":407,"open_issues_count":12,"forks_count":69,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-07-14T18:23:31.638Z","etag":null,"topics":["data-science","dataviz","jupyter","jupyterlab","jupyterlab-extension","machine-learning","notebook"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/finos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-17T21:38:11.000Z","updated_at":"2025-07-01T15:08:08.000Z","dependencies_parsed_at":"2023-11-12T02:28:48.557Z","dependency_job_id":"bfda85de-d8b9-4772-b636-b5b1ac16ad00","html_url":"https://github.com/finos/jupyterlab_templates","commit_stats":{"total_commits":306,"total_committers":21,"mean_commits":"14.571428571428571","dds":"0.27450980392156865","last_synced_commit":"c5007435337359b8a69132191ed9beeb056848eb"},"previous_names":["jpmorganchase/jupyterlab_templates"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/finos/jupyterlab_templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finos%2Fjupyterlab_templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finos%2Fjupyterlab_templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finos%2Fjupyterlab_templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finos%2Fjupyterlab_templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finos","download_url":"https://codeload.github.com/finos/jupyterlab_templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finos%2Fjupyterlab_templates/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265872841,"owners_count":23842256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","dataviz","jupyter","jupyterlab","jupyterlab-extension","machine-learning","notebook"],"created_at":"2024-08-01T19:01:26.982Z","updated_at":"2025-07-19T02:07:54.413Z","avatar_url":"https://github.com/finos.png","language":"Python","funding_links":[],"categories":["JupyterLab扩展","JupyterLab Extensions"],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/finos/jupyterlab_templates/raw/main/docs/logo.png\" width=400\u003e\u003c/img\u003e\n\nSupport for jupyter notebook templates in jupyterlab\n\n[![Build Status](https://github.com/finos/jupyterlab_templates/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/finos/jupyterlab_templates/actions?query=workflow%3A%22Build+Status%22)\n[![codecov](https://codecov.io/gh/finos/jupyterlab_templates/branch/main/graph/badge.svg)](https://codecov.io/gh/finos/jupyterlab_templates)\n[![PyPI](https://img.shields.io/pypi/l/jupyterlab_templates.svg)](https://pypi.python.org/pypi/jupyterlab_templates)\n[![PyPI](https://img.shields.io/pypi/v/jupyterlab_templates.svg)](https://pypi.python.org/pypi/jupyterlab_templates)\n[![npm](https://img.shields.io/npm/v/jupyterlab_templates.svg)](https://www.npmjs.com/package/jupyterlab_templates)\n[![FINOS Active](https://cdn.jsdelivr.net/gh/finos/contrib-toolbox@master/images/badge-active.svg)](https://community.finos.org/docs/governance/software-projects/stages/active/)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/finos/jupyterlab_templates/main?urlpath=lab)\n\n![](https://raw.githubusercontent.com/finos/jupyterlab_templates/main/docs/example1.gif)\n\n\n## Install\n\n### PyPI\n`jupyterlab_templates` is available on [PyPI](https://pypi.org/project/jupyterlab-templates/):\n\n```bash\npip install jupyterlab_templates\n```\n\n### Conda\n`jupyterlab_templates` is also available on [conda-forge](https://github.com/conda-forge/jupyterlab_templates-feedstock):\n\n```bash\nconda install -c conda-forge jupyterlab_templates\n```\n\n### Jupyter Server/JupyterLab Extension\n```\njupyter labextension install jupyterlab_templates\njupyter server extension enable --py jupyterlab_templates\n```\n\n## Adding templates\ninstall the server extension, and add the following to `jupyter_notebook_config.py`\n\n```python3\nc.JupyterLabTemplates.allowed_extensions = [\"*.ipynb\"]\nc.JupyterLabTemplates.template_dirs = ['list', 'of', 'template', 'directories']\nc.JupyterLabTemplates.include_default = True\nc.JupyterLabTemplates.include_core_paths = True\nc.JupyterLabTemplates.template_label = \"Template\"\n```\n\n## Templates for libraries\nThe extension will search *subdirectories* of each parent directory specified in `template_dirs` for templates.\n**Note!** Templates in the parent directories will be ignored. You must put the templates in *subdirectories*, in order to keep everything organized.\n\nIf `include_default = True` the `notebook_templates` directory under the [jupyter data folder](https://jupyter.readthedocs.io/en/latest/use/jupyter-directories.html) is one of the default parent directories. Thus, if you have tutorials or guides you'd like to install for users, simply copy them into your jupyter data folder inside the `notebook_templates` directory, e.g. `/usr/local/share/jupyter/notebook_templates/bqplot` for `bqplot`.\n\nIf you want to exclude templates from a specific directory, please add a file `.jupyterlab_templates_ignore` to to this location.\nAll notebooks in this directory will be ignored (but has no effect on subdirectories).\n\n### Flags\n- `allowed_extensions`: a list of extensions to allow templates for. (optional, default `[\"*.ipynb\"]`)\n- `template_dirs`: a list of absolute directory paths. All files matching `allowed_extensions` in any *subdirectories* of these paths will be listed as templates\n- `include_default`: include the default Sample template (default True)\n- `include_core_paths`: include jupyter core paths (see: jupyter --paths) (default True)\n- `template_label`: set label for template UI icon (default \"Template\")\n\n\n## Development\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.\n\n\n## License\n\nThis software is licensed under the Apache 2.0 license. See the\n[LICENSE](LICENSE) and [AUTHORS](AUTHORS) files for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinos%2Fjupyterlab_templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinos%2Fjupyterlab_templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinos%2Fjupyterlab_templates/lists"}