Python里有类似Rstudio的帮助部分吗?
Is there any like Rstudio's help section in Python?
我正在学习 Python 并且我使用 Jupyter。我真的很想念 RStudio 的帮助部分。有没有可能在python中存在与函数语法类似的东西?如果它不存在,我如何才能在一个地方阅读文档,或者我需要 google 它的所有功能?
谢谢!!
在笔记本上使用 JupyterLab 界面时,您可以在输入时使用检查器,请参阅 here. It seems it is now being referred to as 'contextual help'. If you use the launch binder
badge from here to start a session, you'll see it listed as 'Contextual Help' in the launcher under 'Other'. The launcher can be accessed via File
> New Launcher
. See a demo of it in action here。
我正在学习 Python 并且我使用 Jupyter。我真的很想念 RStudio 的帮助部分。有没有可能在python中存在与函数语法类似的东西?如果它不存在,我如何才能在一个地方阅读文档,或者我需要 google 它的所有功能?
谢谢!!
在笔记本上使用 JupyterLab 界面时,您可以在输入时使用检查器,请参阅 here. It seems it is now being referred to as 'contextual help'. If you use the launch binder
badge from here to start a session, you'll see it listed as 'Contextual Help' in the launcher under 'Other'. The launcher can be accessed via File
> New Launcher
. See a demo of it in action here。