-
|
Hi, Is there a way to display less information at the REPL? For example, the REPL displays a ton of information for a dataframe (Python). In other words, it doesn't do the usual that a Pythonista would expect working with Also, it doesn't look like the p command works... I get a weird thread message in the minibuffer when I try to use WDYT |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
Hello! AFAIK debugpy does not use pdb internally, and all things entered in the repl (which are not captured by dape as Regarding variable information in repl ;; No auto expand
(setopt dape-variable-auto-expand-alist nil)That setting might be preferable. |
Beta Was this translation helpful? Give feedback.
-
|
Also might be an idea to skip add a |
Beta Was this translation helpful? Give feedback.
Oh that all ready exists, with
dape-info-variable-table-row-config. It's been a while since that was implemented.Will hide type info from the variable print.