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

improvements for running as a script #973

Merged
merged 3 commits into from
Mar 21, 2024
Merged

Conversation

akshayka
Copy link
Contributor

@akshayka akshayka commented Mar 21, 2024

  • don't import methods in destructors -- can lead to confusing errors when python is shutting down (fixes the issue one of our users was seeing at SLAC)

  • register formatters in app.run() (helpful for generating HTML programmatically)

- don't import methods in destructors -- can lead to confusing errors
when python is shutting down

- register formatters in app.run()
Copy link

vercel bot commented Mar 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2024 7:03am
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2024 7:03am

@akshayka akshayka merged commit d3c9db2 into main Mar 21, 2024
26 of 29 checks passed
@akshayka akshayka deleted the aka/fix-html-destructor branch March 21, 2024 16:49
@github-actions github-actions bot locked and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants