You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/users/index.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -464,8 +464,29 @@ use the `-a` or `--all-files` option.
464
464
/learn -a <directory>
465
465
```
466
466
467
+
#### Supported files for the learn command
468
+
469
+
Jupyter AI can only learn from files with the following file extensions:
470
+
471
+
* .py
472
+
* .md
473
+
* .R
474
+
* .Rmd
475
+
* .jl
476
+
* .sh
477
+
* .ipynb
478
+
* .js
479
+
* .ts
480
+
* .jsx
481
+
* .tsx
482
+
* .txt
483
+
* .html
484
+
* .pdf
485
+
* .tex
486
+
467
487
### Learning arXiv files
468
-
`/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.
488
+
489
+
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.
0 commit comments