repair scilab(this is ready)

This commit is contained in:
ben0i0d 2024-04-16 15:09:41 +08:00
parent 8c12bc41fe
commit e4e75fad85
3 changed files with 8 additions and 4 deletions

View File

@ -42,8 +42,6 @@ Specify the image in the profile of the singleuser
1. Environment variable `JULIA_NUM_THREADS` in Julia image, please configure according to desired concurrency threads at startup.
* Sagemath: An open-source mathematical computation system that combines multiple mathematical packages, providing extensive mathematical functions such as numerical computation, symbolic computation, discrete mathematics, and statistical analysis. It is also an interactive computing environment, convenient for mathematical modeling, algorithm design, and academic research.
* Scilab (With Desktop-GUI): An open-source numerical computing software, suitable for numerical analysis, data visualization, simulation, and modeling in scientific and engineering fields. It provides a rich set of mathematical functions and toolboxes, supports matrix computation, symbolic computation, and plotting functions, is a powerful mathematical tool, especially suitable for education and research fields, provides Xfce desktop support, and includes all plugins available through APT.
* Description
1. THIS IS NOT READY NOW .
* Octave: An open-source numerical computing software similar to Matlab, used for scientific computing, data analysis, and numerical simulation. It provides powerful matrix operations, plotting functions, and rich numerical analysis functions, a free and convenient tool suitable for mathematical modeling, algorithm development, and teaching tasks, includes all plugins available through APT.
* Maple: A mathematical software that provides a powerful mathematical engine through an intelligent file interface, enabling easy analysis, exploration, visualization, and solving of mathematical problems.
* Description
@ -85,6 +83,7 @@ MATH-->MB(Maple)
MATH-->MC(Sagemath)
MATH-->MD(MATLAB)-->MDA(minimal)-->MDAA(mcm)
MATH-->ME(Mathematica)
MATH-->MF(Scilab)
```
## Upstream
@ -94,6 +93,7 @@ MATH-->ME(Mathematica)
* Python 3.11
* Julia latest
* spark 3.5.1
* flink 1.19.0
* jupyterlab 4
* Matlab R2023b
* Mathematica 14.0
@ -117,6 +117,7 @@ https://github.com/jupyter/docker-stacks
* R: http://irkernel.github.io/
* Octave: https://github.com/Calysto/octave_kernel
* MATLAB: https://github.com/mathworks/jupyter-matlab-proxy
* MMA: https://github.com/WolframResearch/WolframLanguageForJupyter
## Necessary copyright notice
For code derived from other teams, we added the original copyright notice to the file header, and we retain and support the copyrights of other development teams

View File

@ -51,8 +51,6 @@ plt.rcParams["font.family"] = zh_font.get_name()
1. Julia镜像中的环境变量`JULIA_NUM_THREADS`,请在启动时根据理想的并发线程数进行配置
* Sagemath一个开源的数学计算系统结合了多个数学软件包提供了广泛的数学功能如数值计算、符号计算、离散数学和统计分析。它也是一个交互式计算环境方便进行数学建模、算法设计和学术研究。
* ScilabWith Desktop-GUI: 开源的数值计算软件适用于科学和工程领域中的数值分析、数据可视化、模拟和建模。它提供了丰富的数学函数和工具箱支持矩阵计算、符号计算和绘图功能是一个强大的数学工具尤其适用于教育和研究领域提供Xfce桌面支持包含APT可获取的全部插件。
* Description
1. 该镜像存在问题
* Octave: 开源的数值计算软件类似于Matlab用于科学计算、数据分析和数值模拟。它提供了强大的矩阵运算、绘图功能以及丰富的数值分析函数是一个免费且便捷的工具适合进行数学建模、算法开发和教学任务包含APT可获取的全部插件。
* Maple: 一个数学软件,透过智能文件界面提供强大数学引擎,可以轻松分析、探索、可视化和求解数学问题
* 说明
@ -93,6 +91,7 @@ MATH-->MB(Maple)
MATH-->MC(Sagemath)
MATH-->MD(MATLAB)-->MDA(minimal)-->MDAA(mcm)
MATH-->ME(Mathematica)
MATH-->MF(Scilab)
```
## 上游
@ -102,6 +101,7 @@ MATH-->ME(Mathematica)
* Python 3.11
* Julia latest
* spark 3.5.1
* flink 1.19.0
* jupyterlab 4
* Matlab R2023b
* Mathematica 13.3.1
@ -125,6 +125,8 @@ jupyter团队项目 https://github.com/jupyter/docker-stacks
* R: http://irkernel.github.io/
* Octave: https://github.com/Calysto/octave_kernel
* MATLAB: https://github.com/mathworks/jupyter-matlab-proxy
* MMA: https://github.com/WolframResearch/WolframLanguageForJupyter
## 必要的版权说明
对于派生自其他团队的代码,我们在文件头添加了原版版权声明,我们保留并且支持其他开发团队版权

View File

@ -12,4 +12,5 @@ RUN apt-get update --yes && \
USER $NB_USER
RUN pip install scilab_kernel && \
python -m scilab_kernel install --prefix /opt/base/ && \
pip cache purge