Skip to content
Snippets Groups Projects
Commit f66e820b authored by Xuefeng Ding's avatar Xuefeng Ding
Browse files

update

parent 5017cd44
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,9 @@
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
"[jupyter]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
},
"editor.defaultFormatter": "ms-python.black-formatter"
"notebook.defaultFormatter": "ms-python.black-formatter",
"notebook.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"[cpp]": {
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
......
%% Cell type:code id: tags:
``` python
import myproj.simulation as ms
import numpy as np
print(ms.add(1, 2))
print(ms.complex(1, 2))
print(np.array([1, 2, 3]))
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment