Displaying inline Python documentation in CoCalc for Jupyter notebooks #6714
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This is not yet implemented in CoCalc. When it gets implemented it will probably be in conjunction with LSP support. See #5217 You can display docstring in the standard Jupyter notebook way, by typing "shift+tab" with the cursor right after the opening parenthesis. The dostring then appears in a separate panel, which you can maximize, split, etc. But it's not inline.
Interesting. I've never heard of this before! How exactly does it work? Does it add code in the cell, then run the cell? There are many potential design choices for such a feature, so maybe you could describe exactly what pycharm does and whether or not you like it all of it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Just to clarify on this - Is the current |
Beta Was this translation helpful? Give feedback.
Cocalc-jupyter is a completely different stack top-to-bottom than the python/jupyterlab ecosystem.