Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@alexshoe
Copy link
Contributor

@alexshoe alexshoe commented Sep 16, 2022

  • Fixes "unexpected argument" errors in usage.py and usage-advanced.py
  • Replaced deprecated import calls to match new Dash 2.0 standards
  • Replaced broken video links with working URLs

I have rebuilt and run usage.py, usage-method.py, and usage-advanced.py - everything works as expected.

@alexshoe alexshoe marked this pull request as ready for review September 16, 2022 19:31
app = dash.Dash(__name__)
server = app.server

app.scripts.config.serve_locally = True
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔪 this is the default now (and can be a Dash constructor arg anyway if you want to change it)

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃 Looks good, up to you if you want to tackle the other stylistic udpates in this PR or another.

@alexshoe alexshoe merged commit 93dacbb into master Sep 16, 2022
@alexshoe alexshoe deleted the fix-usage branch September 16, 2022 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants