Skip to content
New issue

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

Dash Translate Colab Notebook Fails #741

Open
benjamrio opened this issue Aug 8, 2022 · 0 comments
Open

Dash Translate Colab Notebook Fails #741

benjamrio opened this issue Aug 8, 2022 · 0 comments
Labels
bug Something isn't working.

Comments

@benjamrio
Copy link

benjamrio commented Aug 8, 2022

App name

Dash-Translate

Description of bug

When executing the cells of the colab notebook associated to the app dash-translate, it fails on the fourth one.

The error shows this:

AttributeError                            Traceback (most recent call last)
[<ipython-input-5-cfd9ad6e8c13>](https://localhost:8080/#) in <module>()
     26                         dbc.InputGroup(
     27                             [
---> 28                                 dbc.InputGroupAddon(
     29                                     "Source Language", addon_type="prepend"
     30                                 ),

[/usr/local/lib/python3.7/dist-packages/dash_bootstrap_components/__init__.py](https://localhost:8080/#) in __getattr__(self, name)
     50         if name in self.deprecated:
     51             raise AttributeError(
---> 52                 f"{name} was deprecated in dash-bootstrap-components version "
     53                 f"1.0.0. You are using {__version__}. For more details please "
     54                 "see the migration guide: "

AttributeError: InputGroupAddon was deprecated in dash-bootstrap-components version 1.0.0. You are using 1.2.1. For more details please see the migration guide: https://dash-bootstrap-components.opensource.faculty.ai/migration-guide/ 

The source code of the notebook is here.

@benjamrio benjamrio added the bug Something isn't working. label Aug 8, 2022
@benjamrio benjamrio changed the title Dash Translate Colab Notebook Dash Translate Colab Notebook Fails Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant