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

feat: render ipypopout content in jupyter notebook and lab #805

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

maartenbreddels
Copy link
Contributor

Instead of having to rely on voila to display widgets in a popout window, solara itself now can render it. This allows project to drop the dependency on voila.

Copy link
Collaborator

@iisakkirotko iisakkirotko left a comment

Choose a reason for hiding this comment

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

Only minor comments, otherwise looks good!

solara/server/jupyter/solara.py Show resolved Hide resolved
abspath = os.path.abspath(os.path.join(root, path))
for root in self.roots[1:]:
abspath = os.path.abspath(os.path.join(root, path))
# return early if someone tries to access a file outside of the directory
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think I follow what this comment is trying to say.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, that was a leftover comment, I'll remove it. Thanks

Instead of having to rely on voila to display widgets in a popout
window, solara itself now can render it. This allows project to
drop the dependency on voila.
@maartenbreddels maartenbreddels temporarily deployed to feat_jupyter_ipypopout - solara-stable PR #805 October 11, 2024 13:57 — with Render Destroyed
maartenbreddels added a commit to widgetti/ipypopout that referenced this pull request Oct 14, 2024
maartenbreddels added a commit to widgetti/ipypopout that referenced this pull request Oct 14, 2024
@maartenbreddels maartenbreddels merged commit b7ac713 into master Oct 14, 2024
27 checks passed
maartenbreddels added a commit to widgetti/ipypopout that referenced this pull request Oct 14, 2024
maartenbreddels added a commit to widgetti/ipypopout that referenced this pull request Oct 15, 2024
maartenbreddels added a commit to widgetti/ipypopout that referenced this pull request Oct 15, 2024
maartenbreddels added a commit that referenced this pull request Oct 24, 2024
This for instance broke ipyaggrid >=0.5.2 due to changes in
#805
maartenbreddels added a commit that referenced this pull request Oct 24, 2024
This for instance broke ipyaggrid >=0.5.2 due to changes in
#805
maartenbreddels added a commit that referenced this pull request Oct 24, 2024
This for instance broke ipyaggrid >=0.5.2 due to changes in
#805
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