-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open the help in a bottom panel #6692
Comments
For reference this is handled here in JupyterLab: The {
"content": {
"status": "ok",
"execution_count": 3,
"user_expressions": {},
"payload": [
{
"source": "page",
"data": {
"text/plain": "\u001b[0;31mType:\u001b[0m float\n\u001b[0;31mString form:\u001b[0m 3.141592653589793\n\u001b[0;31mDocstring:\u001b[0m Convert a string or number to a floating point number, if possible."
},
"start": 0
}
]
},
"channel": "shell"
} |
The "Messaging in Jupyter" documentation also has some information about
|
It's not clear whether this will be addressed in time for |
I'm using Jupyter with R, and in R and the classic notebook interface I can get the help in the bottom pager with either e.g. The same shortcut has no such effect in both Jupyterlab and the Notebook v7 interfaces. Using the |
The classic notebook (v6) opens the help panel at the bottom of the page, for example when using the following code snippet:
JupyterLab inlines the help in the output:
Jupyter Notebook 7 does the same as JupyterLab since it uses the same notebook component:
Opening this issue to track this feature parity difference. Not sure this needs to be addressed for Notebook 7 but at least it's tracked somewhere.
The text was updated successfully, but these errors were encountered: