Skip to content

Dash Translate Colab Notebook Fails #741

@bjiro

Description

@bjiro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3backlogbugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions