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

add support for inline mode in Python notebook #35

Closed
djouallah opened this issue Mar 13, 2025 · 5 comments
Closed

add support for inline mode in Python notebook #35

djouallah opened this issue Mar 13, 2025 · 5 comments

Comments

@djouallah
Copy link

djouallah commented Mar 13, 2025

I use duckdb mainly inside a Python notebook , but when I try to run call start_ui() ; it will open a new window, it will be nice if you can add an inline mode where it run inside the notebook cell

@Y--
Copy link
Collaborator

Y-- commented Mar 13, 2025

Hi @djouallah ! Would the call start_ui_server(); work for you in that case?
This function just starts the server but doesn't attempt to open your window or anything else.

Note: you can also stop it with call stop_ui_server().

Let me know if it helps.

@djouallah
Copy link
Author

thanks, I need now a way to read that url inside a cell

@Y--
Copy link
Collaborator

Y-- commented Mar 13, 2025

thanks, I need now a way to read that url inside a cell

Would the function added in this PR work for you?

@djouallah
Copy link
Author

thank you definitely !!!

@Y--
Copy link
Collaborator

Y-- commented Mar 13, 2025

PR has been merged, this will be available in the next release (to come soon, probably by the end of the week).

@Y-- Y-- closed this as completed Mar 13, 2025
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

No branches or pull requests

2 participants