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

Working offline and on-prem #106

Open
vayoa opened this issue Oct 1, 2024 · 4 comments
Open

Working offline and on-prem #106

vayoa opened this issue Oct 1, 2024 · 4 comments
Assignees

Comments

@vayoa
Copy link

vayoa commented Oct 1, 2024

I'm working in a closed network with no outside access, I took a look at the code and all the js dependencies seem to load through a cdn which means I can't use this library.
Is there any solution to this? Can we have all the dependencies (also the deck.gl ones) baked into the library itself (like plotly does with maplibre)?

@crazycapivara crazycapivara self-assigned this Oct 1, 2024
@crazycapivara
Copy link
Contributor

@vayoa Yes, this would be possible. I did it this way to keep the js bundle size as minimal as possible. Do you use Shiny or the ipywidget?

@vayoa
Copy link
Author

vayoa commented Oct 1, 2024

I use both ipywidgets and streamlit

@vayoa
Copy link
Author

vayoa commented Oct 23, 2024

So how would this work?

@crazycapivara
Copy link
Contributor

@vayoa I need to change some stuff in the code.

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