VS 代码中的 Jupiter Notebook:为什么不显示下拉菜单?
Jupiter notebook in VS code: Why does the dropdown not appear?
我在 VS code 中设置了一个 jupyter notebook(查看以下所有版本):
Version: 1.60.1 (Universal)
Commit: 83bd43bc519d15e50c4272c6cf5c1479df196a4d
Date: 2021-09-10T17:09:14.403Z (1 wk ago)
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 19.6.0
但是我的下拉列表没有按预期编译。
这里是原始下拉列表:
<details open>
<summary>Want to ruin the surprise?</summary>
<br>
Well, you asked for it!
</details>
但是它没有按预期编译。
我不知道我做错了什么。
感谢您的帮助。
您正处于用于安全代码浏览的受限模式
记住 VS 代码有这个 安全功能 称为 'Workspace Trust'?
你的 window 上方应该有一个 横幅:
第二句告诉您下拉菜单不起作用的确切原因:
Trust this window to enable all features
单击 Manage
,一切都会按预期重新运行。
我在 VS code 中设置了一个 jupyter notebook(查看以下所有版本):
Version: 1.60.1 (Universal)
Commit: 83bd43bc519d15e50c4272c6cf5c1479df196a4d
Date: 2021-09-10T17:09:14.403Z (1 wk ago)
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 19.6.0
但是我的下拉列表没有按预期编译。
这里是原始下拉列表:
<details open>
<summary>Want to ruin the surprise?</summary>
<br>
Well, you asked for it!
</details>
但是它没有按预期编译。
我不知道我做错了什么。
感谢您的帮助。
您正处于用于安全代码浏览的受限模式
记住 VS 代码有这个 安全功能 称为 'Workspace Trust'?
你的 window 上方应该有一个 横幅:
第二句告诉您下拉菜单不起作用的确切原因:
Trust this window to enable all features
单击 Manage
,一切都会按预期重新运行。