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

chore(docs): Add Numerous under integrations on community page #780

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

Lasse-numerous
Copy link
Contributor

Added Numerous apps as an integration in progress to the community page under integrations.

@Lasse-numerous
Copy link
Contributor Author

Lasse-numerous commented Jan 20, 2025

Hi @manzt, Hope you'll merge this PR adding Numerous apps project as an integrator of AnyWidget.

Basically the project is a Python app framework build around using AnyWidgets as its reactive UI components - no proprietary framework standard for widgets. I did this because I wanted make a framework that gives the user full control over the UX in a simple way.

I like the separation of concerns between the app framework and the UX itself which AnyWidget makes possible.

I applied the "in progress" tag because my framework is pretty new and evolving fast still.

@manzt
Copy link
Owner

manzt commented Jan 24, 2025

Thanks for the contribution and integrating anywidget with Numerous.

Do you have a quickstart guide or example repo available that doesn’t require signing up for the service? I’d love to see an example and get a feel for how it works in practice.

Also, just a quick note: we try to keep the canonical naming of anywidget consistent (all lowercase). Feel free to update references to align with this!

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.75%. Comparing base (12ca2f8) to head (491bab7).
Report is 266 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #780      +/-   ##
==========================================
- Coverage   98.45%   96.75%   -1.70%     
==========================================
  Files           8        9       +1     
  Lines         452      555     +103     
==========================================
+ Hits          445      537      +92     
- Misses          7       18      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

fix linting error, missing comma

Co-authored-by: Trevor Manz <[email protected]>
Copy link

changeset-bot bot commented Jan 24, 2025

⚠️ No Changeset found

Latest commit: 491bab7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Lasse-numerous
Copy link
Contributor Author

Lasse-numerous commented Jan 24, 2025

Thanks for the contribution and integrating anywidget with Numerous.

Do you have a quickstart guide or example repo available that doesn’t require signing up for the service? I’d love to see an example and get a feel for how it works in practice.

Also, just a quick note: we try to keep the canonical naming of anywidget consistent (all lowercase). Feel free to update references to align with this!

Hi @manzt,

Thank you for your reply. Its a pleasure to integrate - anywidgets has great potential to advance web apps built in Python!

Yes, on https://github.com/numerous-com/numerous-apps you can see the Quick Start in top of the readme.md. It explains how to use the bootstrap command which works a bit like create-react-app copying in a basic app file structure. No sign-up needed and no connection to the cloud service - just an app framework like marimo or panel running on your local machine. Hope you like it.

I've updated references to follow the lower case style for anywidget in numerous-apps repo.

Best,
Lasse

@manzt manzt merged commit a0eeb8a into manzt:main Jan 24, 2025
11 of 12 checks passed
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.

2 participants