We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JupyterLab can use Ctrl-Enter to send text in markdown cell to console, if the code is enclosed with language specifier such as
Ctrl-Enter
a = 1
We could potentially do that.
The text was updated successfully, but these errors were encountered:
Actually jupyter lab allows selection of kernel to execute ...
Sorry, something went wrong.
Allow sending code from any cell (not only code cell) to side panel #44
90f9d1e
The only difference is that code will not change the kernel of the side panel.
Update doc on sending code from markdown cell to side panel. vatlab/s…
20f0c8d
…os-notebook#44
No branches or pull requests
JupyterLab can use
Ctrl-Enter
to send text in markdown cell to console, if the code is enclosed with language specifier such asWe could potentially do that.
The text was updated successfully, but these errors were encountered: