From 24a637be42963c2a5b420ab5f94acd5cf48a75d2 Mon Sep 17 00:00:00 2001 From: Jason Weill Date: Mon, 3 Jun 2024 09:12:34 -0700 Subject: [PATCH] Document supported file types for /learn --- docs/source/users/index.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/source/users/index.md b/docs/source/users/index.md index 898b6047b..392cd8fc2 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -464,8 +464,26 @@ use the `-a` or `--all-files` option. /learn -a ``` +#### Supported files for the learn command + +Jupyter AI can only learn from files with the following file extensions: + +* .py +* .md +* .R +* .Rmd +* .jl +* .sh +* .ipynb +* .js +* .ts +* .jsx +* .tsx +* .txt + ### Learning arXiv files -`/learn` command also provides downloading and processing papers from the [arXiv](https://arxiv.org/) repository. You will need to install the `arxiv` python package for this feature to work. Run `pip install arxiv` to install the `arxiv` package. + +The `/learn` command also provides downloading and processing papers from the [arXiv](https://arxiv.org/) repository. You will need to install the `arxiv` python package for this feature to work. Run `pip install arxiv` to install the `arxiv` package. ``` /learn -r arxiv 2404.18558