Skip to content

Commit fd3250e

Browse files
committed
fix: syntax error in colab notebook
1 parent 26a7edc commit fd3250e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

selfagent/build_colab.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"# 1. 安装 Node.js\n",
2929
"!curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -\n",
3030
"!sudo apt-get install -y nodejs\n",
31-
"print(f\"Node: {!node -v}\")"
31+
"!node -v\n",
32+
"print(\"✅ Node.js 安装完成\")"
3233
],
3334
"execution_count": null,
3435
"outputs": []

0 commit comments

Comments
 (0)