Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/frontend/cspell.json
1496 views
1
{
2
"version": "0.2",
3
"language": "en",
4
"enabled": true,
5
"words": [
6
"Bioconductor",
7
"CoCalc",
8
"dplyr",
9
"ggplot",
10
"ipython",
11
"ipywidgets",
12
"katex",
13
"knitr",
14
"kucalc",
15
"mathjax",
16
"matplotlib",
17
"Miniterm",
18
"nbconvert",
19
"nbgrader",
20
"nbviewer",
21
"Ollama",
22
"onprem",
23
"plotly",
24
"rclass",
25
"rereturn",
26
"respawns",
27
"Rmarkdown",
28
"rtypes",
29
"Sagemath",
30
"sagetex",
31
"sagews",
32
"scikit",
33
"statsmodels",
34
"syncdb",
35
"syncdoc",
36
"syncdoc",
37
"syncstring",
38
"synctable",
39
"synctables",
40
"tidyverse",
41
"timetravel",
42
"tolerations",
43
"undelete",
44
"undeleting"
45
],
46
"ignoreWords": [
47
"antd",
48
"collab",
49
"immutablejs",
50
"ipynb",
51
"isdir",
52
"kernelspec",
53
"LLM",
54
"LLMs",
55
"MDLG",
56
"medkit",
57
"mesg",
58
"mintime",
59
"mistralai",
60
"Popconfirm",
61
"PoweroffOutlined",
62
"reuseinflight",
63
"sidechat",
64
"vertexai",
65
"vfill",
66
"xsmall",
67
"flyouts"
68
],
69
"flagWords": [],
70
"ignorePaths": ["node_modules/**", "dist/**", "dist-ts/**", "build/**"],
71
"allowCompoundWords": false,
72
"ignoreRegExpList": ["/import\\s+.*?\\s+from\\s+['\"].*?['\"]/g"],
73
"import": [
74
"@cspell/dict-typescript/cspell-ext.json",
75
"./node_modules/@cspell/dict-typescript/cspell-ext.json"
76
]
77
}
78
79