We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with UI on launch
File /usr/local/.pyenv/versions/3.8.19/lib/python3.8/copy.py:153, in deepcopy(x, memo, _nil) 151 copier = getattr(x, "__deepcopy__", None) 152 if copier is not None: --> 153 y = copier(memo) 154 else: 155 reductor = dispatch_table.get(cls) File /usr/local/.pyenv/versions/3.8.19/lib/python3.8/site-packages/ipywidgets/widgets/widget.py:512, in Widget.__deepcopy__(self, memo) 511 def __deepcopy__(self, memo): --> 512 raise NotImplementedError("Widgets cannot be copied; custom implementation required") NotImplementedError: Widgets cannot be copied; custom implementation required
The text was updated successfully, but these errors were encountered:
we found locking ipywidgets to 8.1.0 fixes this problem.
suspected bug linked to jupyter-widgets/ipywidgets#3780
Sorry, something went wrong.
suggest a update to requirements.txt
Line 2: ipywidgets==8.1.0
ipywidgets==8.1.0
We encountered the same issue and updating the ipywidgets==8.1.0 addresses the error.
No branches or pull requests
Error with UI on launch
The text was updated successfully, but these errors were encountered: