Skip to content

General comments #1

Description

@KaraMelih

I think you need to invoke some notebook properties such as
%matplotlib widget
to be able to display the widgets. Furthermore, if you use a binder such as mybinder you can interactively play with your codes on Github.

Jupyter, or in general python can also confuse between the imported functions and crash when these are imported with an asterisk (*) Instead, importing the whole library with some abbreviation is more secure.

import ipywidgets as pw

for one-liner functions I recommend the use of lamba and for others i recommend initiating a docstring with the functions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions