You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
Nowhere in paramnb is the class docstring displayed. In a notebook you can always do e.g. Class?? to see Class's docstring, but it might be nice (particularly when choosing objects in a dropdown) to be able to see the docstring in the gui.
The text was updated successfully, but these errors were encountered:
I agree that would be helpful. We have to be careful, because class docstrings can get very long, and if we display them when hovering it's possible to make the interface unusable by covering up important info. As long as we do it well, it would be great to have this!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Nowhere in paramnb is the class docstring displayed. In a notebook you can always do e.g.
Class??
to see Class's docstring, but it might be nice (particularly when choosing objects in a dropdown) to be able to see the docstring in the gui.The text was updated successfully, but these errors were encountered: