Replies: 1 comment 1 reply
-
There is certainly a way to install julia packages independently of the globally installed ones. By default, the projects point to a global depot. Check this environment variable:
I never really understood how julia's packaging system works. This is a way how to provide users with at least some installed packages, even when their project's don't have internet access. You could set that DEPOT PATH somewhere else in your project or work with other ways how julia does this (I don't know much about this, as mentioned above). If you also want to use a jupyter kernel, you can create your own in your project as well. Just copy the global kernel from Regarding GLMakie itself, I just tried to update it on our staging server behind the scenes, but it's still just |
Beta Was this translation helpful? Give feedback.
-
CoCalc's different ecosystems for Julia such as Jupyter/VSCode/linux kernels can't update GLMakie latest version. I can only find v0.4.0 or v0.4.4: which is so outdated. Maybe I am missing something?
Question: How to (force) update GLMakie in web-based CoCalc in all of the above?
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions