telamonian/theme-darcula

Coloring contextual help

Opened this issue ยท 3 comments

slmg commented

Hi, first of all thank you for this theme! I find it much more easy for the eyes than jupyter's default dark theme. ๐Ÿ‘

Would it be possible to colorize the contextual help consistently with the cell blocks?

image

Thanks!

@slmg Just one quick question. How can I see the contextual help (e.g. the pd.DataFrame's Init signature and Docstring in your screenshot) in jupyterlab? How can I do that? I am using jupyterlab-desktop and I don't have such a thing.

slmg commented

Hi @hellojinwoo, sorry for the late answer. You probably already know this by now, here is the answer anyway (screenshot copied from this link).

slmg commented

Just to complement my previous comment, it's also possible to show signature/docstring of objects by appending ?, ex pd.DataFrame?. Furthermore the IPython magic command %pdef, %pdoc and %pinfo can be used, among others.