When using a method in Jupyter notebook, it always comes convinient by checking docstring or method details of a method, e.g., what parameters the method have. Here we have two options to check those.
The first option is add "?" at the end of the method you would like to check and run the cell, which will give you the method details in a printed format.
No comments:
Post a Comment