-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Describe the bug
No option to create a notebook from template.
The extension appears to be loaded correctly:
[I 2024-10-01 15:41:05.440 ServerApp] Installing jupyter_templates handler on path /user/<user>/templates
[I 2024-10-01 15:41:05.440 ServerApp] Search paths:
/usr/local/lib/python3.11/site-packages/jupyter_templates/templates
<my custom path>
/home/<user>/.local/share/jupyter/notebook_templates
/usr/local/share/jupyter/notebook_templates
/usr/share/jupyter/notebook_templates
[I 2024-10-01 15:41:05.440 ServerApp] Template label: Templates
[I 2024-10-01 15:41:05.449 ServerApp] Available templates:
/jupyter_templates/Sample.ipynb
[I 2024-10-01 15:41:05.450 ServerApp] jupyter_templates | extension was successfully loaded.Config file:
c.JupyterLabTemplates.allowed_extensions = ["*.ipynb", "*.py"]
c.JupyterLabTemplates.template_dirs = ['<my custom path>']
c.JupyterLabTemplates.include_default = True
c.JupyterLabTemplates.include_core_paths = True
c.JupyterLabTemplates.template_label = "Templates"But there's no way to create a file from template:


Relevant extension versions:
$ pip freeze | grep jupyter
frz-jupyterlab-variableinspector==0.1.4
jupyter-app-launcher==0.1.7
jupyter-events==0.6.3
jupyter-lsp==2.2.5
jupyter-resource-usage==1.0.2
jupyter-server-mathjax==0.2.6
jupyter-telemetry==0.1.0
jupyter_ai==2.21.0
jupyter_ai_magics==2.24.0
jupyter_client==8.6.3
jupyter_core==5.7.2
jupyter_server==2.10.0
jupyter_server_terminals==0.5.3
jupyter_templates==0.1.1
jupyterhub==4.0.2
jupyterlab==4.1.6
jupyterlab-code-snippets==2.2.1
jupyterlab-execute-time==3.0.1
jupyterlab-link-share==0.3.0
jupyterlab_code_formatter==2.2.1
jupyterlab_git==0.44.0
jupyterlab_pygments==0.3.0
jupyterlab_search_replace==1.1.0
jupyterlab_server==2.24.0
jupyterlab_tour==4.0.1
jupyterlab_widgets==1.1.10
pytest-jupyter==0.10.1Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels