繁体   English   中英

Pycharm的Jupyter Notebook中的问号

[英]Question mark in Jupyter Notebook in Pycharm

我在Pycharm中使用Jupyter Notebook。 当我尝试使用问号“?”时 要获取文档(在浏览器中使用时效果很好),它将在Pycharm中返回以下错误

有人知道我该如何在皮查姆开展这项工作吗?

一种替代方法是使用帮助而不是?。 在pycharm中使用jupyter笔记本时,对我也不起作用。 但是有帮助。

例:

help(set)

打印输出

Help on class set in module builtins.
class set(object)
 |  set() -> new empty set object
 |  set(iterable) -> new set object
 |  
 |  Build an unordered collection of unique elements.
 |  
 |  Methods defined here:...

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM