Sagemath工具是免费开源的,针对数学计算的一个工具。
网页版免安装:https://sagecell.sagemath.org/
Sagemath是根据Linux系统编写的,所以Windows上使用的话,会创建一个Linux系统运行。
1. 安装
Windows本地安装参考:
https://blog.csdn.net/m0_51386762/article/details/130183208
https://blog.csdn.net/ZXW_NUDT/article/details/126075854
安装下载
下载地址:https://www.sagemath.org/download.html
选择下载服务器:
双击安装包:
一直下一步,直接安装,也可以修改安装目录,安装好后:
双击SageMath9.3 Notebook,打开Jupyter网页
2.修改配置文件
参考链接:https://www.cnblogs.com/ProjectDD/p/13539844.html
Sagemath的工作目录的位置其实是sagemath的安装位置,运行Jupyter是根据该目录的一个相对目录打开的。
修改默认目录:在安装路径下修改\SageMath\SageMath 9.3\runtime\etc\fstab.d< user>文件
保存后,重新运行Sagemath
3. 更新pip安装工具,可下载相关module
在shell里面更新pip
pip install --upgrade pip
例如安装Crypto
pip install pycryptodome