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

Improve dev experience with custom ipywidgets #75

Open
Tracked by #91
peytondmurray opened this issue Jan 23, 2023 · 0 comments
Open
Tracked by #91

Improve dev experience with custom ipywidgets #75

peytondmurray opened this issue Jan 23, 2023 · 0 comments
Assignees
Labels

Comments

@peytondmurray
Copy link
Contributor

Currently, ipywidgets_bokeh fetches the js it needs to render the frontend of a widget from a configurable CDN that defaults to unpkg. This is fine if the ipywidget is published and easily available from somewhere, but if a user is developing a widget locally, they have to intercept the web requests made by ipywidgets_bokeh and serve the appropriate bundle. It isn't at all obvious for someone who isn't extremely comfortable with both ipywidgets and ipywidgets_bokeh why this needs to be done and what they need to do to get around it.

This issue is meant to start a discussion around what can be done to make the barrier to entry smaller here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants