jupyter-image-stacks
Universal Jupyterlab Image stacks
English | 中文
THIS doc for non-CN USER
ghcr.io: https://github.com/eoeair/jupyter/pkgs/container/jupyter
Our Gitea: https://eoelab.org:1027/eoeair/jupyter
HOW TO USE
Docker
- No data is used persistently:
docker run -d -p 8888:8888 ghcr.io/eoeair/jupyter:<tag>
- Provide data for persistent use:
docker run -d -p 8888:8888 -v "${PWD}":/home/jovyan ghcr.io/eoeair/jupyter:<tag>
Jupyterhub on K8S
Specify the image in the profile of the singleuser
- description: SCIPython, for scientific research and engineering applications.
display_name: Scipy
kubespawner_override:
image: ghcr.io/eoeair/jupyter:scipy
Jupyterhub on Docker
c.DockerSpawner.allowed_images = {
'Scipy': 'ghcr.io/eoeair/jupyter:scipy'
}
Global description
- If you build or fork the image yourself, replace the base image in the Dockerfile with the image on DockerHub
- For commercial software such as Mathematica, MATLAB, etc., we only provide packaging, and the specific activation method and possible consequences are borne by the user
List of images that are currently being built
- Base: benchmarking against the jupyter official minimal-notebook image
- Description
- Upstream has switched to
debian:trixie-slim
- Sudo is added for passwordless use. In scenarios with high security requirements, do not allow privilege escalation
- Provided packages: .zip extraction
- Upstream has switched to
- Description
- Python: Supports Python
- Scipy: Provides a scientific computing environment for Python
- Scrpy: Provides a web scraping environment for Python
- pyspark: Provides a Python-based Spark program
- pyflink: Provides a Python-based Flink program
- pyai (With GPU): Provides Pytorch
- Julia: Supports Julia
- Description:
- Environment variable
JULIA_NUM_THREADS
in Julia image, please configure according to desired concurrency threads at startup, default is 8
- Environment variable
- Description:
- 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
- Upload
license.dat libmaple.so
to the main directory. Each time the environment is started, runsudo cp license.dat /opt/maple/license && sudo cp libmaple.so /opt/maple/bin.X86_64_LINUX/
to activate before use.
- Upload
- Description
- Mathematica: A scientific computing software that provides powerful and convenient features for data analysis, mathematical computation, and other fields.
- Description
- Each time the environment is started, run
WolframKernel
to manually activate. View activation code athttps://paran3xus.github.io/2024/08/24/mathematica-14.1-crack/
. If activation fails multiple times, runrm /home/jovyan/.Mathematica/Licensing/mathpass
to delete previous license records. - If you have an account, use web verification/online verification.
- THIS IS NOT READY NOW , kernel is stuck connecting.
- Each time the environment is started, run
- Description
- MATLAB: A programming and numerical computing platform that supports data analysis, algorithm development, and modeling.
- Description
- Upload
license.lic libmwlmgrimpl.so
to the main directory. Each time the environment is started, runsudo cp license.lic /opt/matlab/r2023b/licenses/ && sudo cp libmwlmgrimpl.so /opt/matlab/r2023b/bin/glnxa64/matlab_startup_plugins/lmgrimpl/
to activate before use. - If you have an account, use web verification/online verification.
- Upload
- minimal: Contains only
Product:MATLAB
- mcm: Contains toolboxes required for mathematical modeling.
- Description
List of plugins
Global
- jupyterlab-language-pack-zh-CN:Support for Chinese
- jupyterlab-lsp:It is used for autocompletion, parameter suggestion, function document query, and jump definition
- jupyterlab-execute-time: Displays the execution time of each cell
- jedi-language-server: Python Language server
Part
-
R: r-languageserver: R Language server
-
Julia: julia-language-server: Julia Language server
Image dependencies
graph LR
Python-->P{PROGRAMLANG}
P-->PA(R)
P-->PB(Julia)
P-->PC(C)
P-->PD(Cpp)
P-->PE(Ansible)
P-->PF(Chapel)
P-->PG(Dyalog)
P-->PH(Fortran)
P-->PI(Go)
P-->PJ(Haskell)
P-->PK(Java)
P-->PL(Js)
P-->PM(Kotlin)
P-->PN(Lua)
Python-->G{GUI}-->GA(Novnc)-->GAA(Pyqt6)
Python-->S{Science-compute}-->SA(Scipy)
S-->SB(Pyai)
Python-->B{BigData}-->BA(pyspark)
B-->BB(pyflink)
B-->BC(Scrpy)
B-->BD(Sql)
Python-->M{MATH-TOOL}-->MA(Octave)
M-->MB(Maple)
M-->MC(Sagemath)
M-->MD(MATLAB-minimal)-->MDA(Matlab-mcm)
M-->ME(Mathematica)
M-->MF(Scilab)
Upstream
Package version
- cuda 12.4.0
- Python 3.11
- Julia latest
- spark 3.5.5
- flink 1.20.0
- jupyterlab 4
- Matlab R2023b
- Mathematica 14.1
- Maple 2024.2
Default Mirror source
- pip bfsu:https://mirrors.bfsu.edu.cn/help/pypi/
- apt ustc:https://mirrors.ustc.edu.cn/help/debian.html
- apache ustc: https://mirrors.ustc.edu.cn/apache/
- julia-pkg mirrorz: https://mirrors.cernet.edu.cn/julia
- CRAN ustc:https://mirrors.ustc.edu.cn/CRAN/
Now You can use ARG control which site you want
Upstream of the project
https://github.com/jupyter/docker-stacks
However, we are quite different from the upstream in terms of sources, packages, localizations, extensions, etc., so if you have a problem with this project, please do not ask the Jupyter team questions, as it will increase their workload
kernel
- Python:https://ipython.org/
- Julia: https://github.com/JuliaLang/IJulia.jl
- 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