air-gapped installation issue
Hi, I have installed Solara in my new workplace and was held up for a while by missing Javascript dependancies due to restricted internet access.
After a while I found this question and nearly solved the problem.
https://github.com/widgetti/solara/discussions/116
However, I found that the version of mermaid specified in the solara-assets package (8.6.4) didn't match the required package (9.1.7). So I had to manually download the right version and copy it into the cache directory.
As well as correcting the version in package, can I suggest putting something in the main docs page about how to resolve, given that you have done the work of providing a solution!
GitHub
Solara without any internet access · widgetti solara · Discussion #...
Hi guys ! I discover Solara at Jupyter Con (with a great Talk !) This morning, I try to execute a small exemple of solara application. I've : pip install solara / create an app.py (from your do...
3 Replies
Hi,
apart from the version fix (thanks for catching that!), what other thing needs resolving?
I just thought it would be good to mention the solara-assets package in the main docs, it's useful and took me a while to find via searching github
It is mentioned at https://solara.dev/docs/installing . How do you think we can improve it, was it a particular searchterm you used that we don't use?