--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-support/8c5381bc-9174-46c2-a438-bd09bd9b4518n%40googlegroups.com.
Interesting... I will give it a try! I worry about the disk space taken, but I guess I can spare it for now.
Does it work in Windows?I don't use Windows, but if this works fine, I might suggest to my students.
To view this discussion visit https://groups.google.com/d/msgid/sage-support/f24f4b38-ee40-436e-a2fe-34976821af5en%40googlegroups.com.
we now have two ways of building Sage from source, which one have you used?
On Sun, Aug 2, 2026 at 9:41 AM Luis Finotti <xxx> wrote:Interesting... I will give it a try! I worry about the disk space taken, but I guess I can spare it for now.It's going to be about 5GB. If you want something small, try "pip install sagelite", which is I think under 1GB, but is only a subset of all sage.
Does it work in Windows?I don't use Windows, but if this works fine, I might suggest to my students.No.However, if you do want to try a new work-in progress partial re-implementation of sage that works 100% genuinely natively on Windows, check out http://github.com/sagemathinc/sagejs/blob/main/README.mdThere's a windows binary here https://github.com/sagemathinc/sagejs/releases (not that I haven't got around to properly signing it yet). It is:- small and self contained: 88MB- installs in a few seconds- works robustly for what it does- MacOS (properly signed), and linux are also supported.It won't right now cover everything in your book, but it probably does cover most of it. I'll put on the todo list ensuring all examples in your book work...
--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-support/a1940f31-b79d-4264-9134-07632fcb0e92n%40googlegroups.com.
It won't right now cover everything in your book, but it probably does cover most of it. I'll put on the todo list ensuring all examples in your book work...That's great! I will try to find a Windows computer to try. (Or maybe a virtual machine.) I have a video going over step-by-step installing Sage in Windows (with WSL), but some students had difficulty last time. I've pointed them to Cocalc then, but having a simpler Windows solution would be helpful.Thank you so much for the support!
Thank you so much for this!I am trying to get it running on Windows to show my students. The installation went fine, and I can run "sagejs' from the start menu or from the download/install location.I have jupyterlab installed in a conda environment (running fine). I tried running '.\sagejs.exe --install-jupyter-kernel' (from the installation directory) and it had the output: 'spawnSync jupyter ENOENT'. But the kernel does not show up in Jupyter Lab.Am I missing anything?
--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-support/33a29a53-8961-485b-b85f-986caa4380f8n%40googlegroups.com.