forked from ecmwf/climetlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclimetlab.code-workspace
73 lines (70 loc) · 1.32 KB
/
climetlab.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"folders": [
{
"path": "."
},
{
"path": "../climetlab-meteonet"
},
{
"path": "../climetlab-demo-dataset"
},
{
"path": "../climetlab-demo-source"
},
{
"path": "../climetlab-s2s-ai-challenge"
}
],
"settings": {
"markdownlint.config": {
"MD013": false,
"MD024": {
"siblings_only": true,
}
},
"cSpell.words": [
"ECMWF",
"GRIB",
"Jupyter",
"Matplotlib",
"Netcdf",
"climetlab",
"geopoints",
"literalinclude",
"netcdf",
"numpy",
"plugins",
"setuptools",
"xarray"
],
"cSpell.language": "en-GB",
"cSpell.languageSettings": [
],
"cSpell.enabledLanguageIds": [
"html",
"markdown",
"plaintext",
"restructuredtext",
"text"
],
"todo-tree.filtering.excludeGlobs": [
"**/*.ipynb"
],
"compile-hero.disable-compile-files-on-did-save-code": true,
"python.testing.pytestEnabled": true,
"python.linting.pycodestyleArgs": [
],
"python.linting.pylamaArgs": [
],
"code-runner.fileDirectoryAsCwd": true,
"code-runner.showRunCommandInEditorContextMenu": false,
"liveServer.settings.multiRootWorkspaceName": "climetlab",
"yaml.schemas": {
"./schemas/magics.json": ["*.yaml"]
},
"python.dataScience.jupyterServerURI": "local",
"python.pythonPath": "/usr/local/bin/python3",
"ai-docstring.docstringFormat": "numpy"
}
}