Replies: 1 comment
-
请仔细阅读报错信息
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2023年12月11日 23:37 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***> |
| 主题 | [datawhalechina/learn-python-the-smart-way-v2] 关于在飞桨云端环境运行from ipywidgets import interact报错ModuleNotFoundError: No module named 'ipywidgets' (Discussion #29) |
请问我在飞桨云端环境运行
from ipywidgets import interact
import ipywidgets as widgets
def f(x, y):
print(f"A simple math question: \"{x} + {y} = ?\", the answer is {x + y}!")
interact(f,x=10, y=20)
为什么报错?需要配置什么条件或环境吗?
image.png (view on web)
为什么在本地jupyter运行上面代码会一次就成功?
image.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
请问我在飞桨云端环境运行
为什么报错?需要配置什么条件或环境吗?
为什么在本地jupyter运行上面代码会一次就成功?
Beta Was this translation helpful? Give feedback.
All reactions