Skip to content

Commit 33d9321

Browse files
committed
jupyter 外部命令
1 parent 1bd8d23 commit 33d9321

File tree

6 files changed

+52
-7
lines changed

6 files changed

+52
-7
lines changed

dendron.code-workspace

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
{
44
"path": "notes",
55
"name": "Note"
6+
},
7+
{
8+
"path": "flomo"
69
}
710
],
811
"settings": {

flomo/.vscode/tag.code-snippets

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
// Place your flomo workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
3+
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
4+
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
5+
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
6+
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
7+
// Placeholders with the same ids are connected.
8+
// Example:
9+
// "Print to console": {
10+
// "scope": "javascript,typescript",
11+
// "prefix": "log",
12+
// "body": [
13+
// "console.log('$1');",
14+
// "$2"
15+
// ],
16+
// "description": "Log output to console"
17+
// }
18+
"Generate Tag": {
19+
"prefix": "flo tag",
20+
"body": [
21+
"#${TM_DIRECTORY/.*[\\\/\\\\](.*)/$1/}/$TM_FILENAME_BASE",
22+
"",
23+
"$0"
24+
]
25+
}
26+
}

flomo/Inbox/first.mako

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Inbox/first
2+
3+
Just Test

notes/.vscode/note.code-snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Update Date": {
1616
"prefix": "ud",
1717
"body": [
18-
"**修改 ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE} ${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND} -> $0**",
18+
"**修改 ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE} ${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}**",
1919
],
2020
}
2121
}

notes/临时笔记.centos.ffmpeg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: 31yw243el2fulutkqb2qo0c
2+
id: 7x2dbudmbcj35j80rigrefo
33
title: FFmpeg
44
desc: ''
55
updated: 1724651251165

notes/临时笔记.编辑器.jupyterLab.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22
id: xnwq9eeirvh5th3qw1x597r
33
title: jupyterLab
44
desc: ''
5-
updated: 1724659929983
5+
updated: 1724754576567
66
created: 1724635631098
77
---
88

99
### 2024-08-26 09:27:14
1010

11-
1. 主题
12-
1. jupyter labextension install jupyterlab_onedarkpro
13-
2. Code
14-
1. 并排图片
11+
~~1. 主题~~ **修改 2024-08-27 18:14:56**
12+
13+
#### 主题
14+
15+
1. jupyter labextension install jupyterlab_onedarkpro
16+
~~2. Code~~ **修改 2024-08-27 18:15:48**
17+
18+
#### IPYNB
19+
20+
##### 并排图片
21+
22+
1. HTML
1523

1624
```html
1725
<div style="display: flex; justify-content: space-around;">
@@ -24,3 +32,8 @@ created: 1724635631098
2432
</div>
2533
</div>
2634
```
35+
36+
##### 外部命令 **修改 2024-08-27 18:23:18**
37+
38+
1. !echo ""
39+
2. %%bash魔法

0 commit comments

Comments
 (0)