antonstor
antonstor
## Description Python code completion triggers on Markdown and Raw cell types, which is pretty annoying as there is no purpose for Python code completion outside of code cells. ...
## Description In Jupyter Lab >=4.x ctrl-f for cell outputs doesn't jump to content under "LOAD MORE OUTPUTS" sections for outputs that exceed max length (I believe defined here: https://github.com/jupyterlab/jupyterlab/blob/431caf5477f1c329bb68449a785ca7edda9df963/packages/outputarea/src/widget.ts#L1533)...