Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document supported file types for /learn #816

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

JasonWeill
Copy link
Collaborator

@JasonWeill JasonWeill commented Jun 3, 2024

Fixes #406. Documents a list of supported file types for the /learn command, as mentioned here:

SUPPORTED_EXTS = {
".py",
".md",
".R",
".Rmd",
".jl",
".sh",
".ipynb",
".js",
".ts",
".jsx",
".tsx",
".txt",
".html",
".pdf",
".tex", # added for raw latex files from arxiv
}

The relevant section of the docs: https://jupyter-ai--816.org.readthedocs.build/en/816/users/index.html#supported-files-for-the-learn-command

image

@JasonWeill JasonWeill added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 3, 2024
Copy link
Collaborator

@dlqqq dlqqq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@JasonWeill JasonWeill enabled auto-merge (squash) June 3, 2024 16:21
@JasonWeill JasonWeill merged commit 633df43 into jupyterlab:main Jun 3, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document file types supported by /learn
2 participants