ben0i0d 7ccaedbddd
Some checks failed
Push_ghcr / Push (push) Successful in 1m48s
Flow / Base (push) Successful in 1m24s
Flow / SQL (push) Successful in 15s
Flow / SCIPY (push) Successful in 24s
Flow / PYSPARK (push) Failing after 17s
Flow / AGDA (push) Successful in 15s
Flow / CADABRA2 (push) Successful in 16s
Flow / DYALOG (push) Successful in 11s
Flow / C (push) Successful in 52s
Flow / SCRPY (push) Successful in 1m30s
Flow / FORTRAN (push) Successful in 1m1s
Flow / PYAI_C (push) Successful in 1m59s
Flow / ANSIBLE (push) Successful in 2m2s
Flow / CHAPEL (push) Successful in 1m52s
Flow / HASKELL (push) Successful in 1m23s
Flow / GO (push) Successful in 2m1s
Flow / CPP (push) Successful in 3m0s
Flow / JAVA (push) Successful in 1m50s
Flow / KOTLIN (push) Successful in 1m40s
Flow / JS (push) Successful in 1m58s
Flow / PYFLINK (push) Successful in 4m8s
Flow / LUA (push) Successful in 1m49s
Flow / SCILAB (push) Failing after 1m17s
Flow / NOVNC (push) Successful in 1m58s
Flow / PYQT6 (push) Successful in 37s
Flow / OCTAVE (push) Successful in 3m40s
Flow / R (push) Successful in 4m32s
Flow / JULIA (push) Successful in 9m6s
Flow / MMA (push) Successful in 7m1s
Flow / MAPLE (push) Successful in 7m39s
Flow / SAGEMATH (push) Successful in 8m10s
Flow / MATLAB_MINIMAL (push) Successful in 8m3s
Flow / MATLAB_MCM (push) Successful in 8m41s
Flow / Push (push) Successful in 15m29s
switch pip to ustc
2025-02-20 21:41:34 +08:00
2025-02-20 21:41:34 +08:00
2025-02-20 21:41:34 +08:00
2025-02-20 21:41:34 +08:00
2025-02-20 21:41:34 +08:00
2025-02-20 21:41:34 +08:00
2025-02-20 21:41:34 +08:00
2025-02-20 21:41:34 +08:00
2025-02-20 21:41:34 +08:00
2025-02-20 21:41:34 +08:00

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 persistentlydocker run -d -p 8888:8888 ghcr.io/eoeair/jupyter:<tag>
  • Provide data for persistent usedocker 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

  1. If you build or fork the image yourself, replace the base image in the Dockerfile with the image on DockerHub
  2. 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
      1. Upstream has switched to debian:trixie-slim
      2. Sudo is added for passwordless use. In scenarios with high security requirements, do not allow privilege escalation
      3. Provided packages: .zip extraction
  • 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:
      1. Environment variable JULIA_NUM_THREADS in Julia image, please configure according to desired concurrency threads at startup, default is 8
  • 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
      1. Upload license.dat libmaple.so to the main directory. Each time the environment is started, run sudo cp license.dat /opt/maple/license && sudo cp libmaple.so /opt/maple/bin.X86_64_LINUX/ to activate before use.
  • Mathematica: A scientific computing software that provides powerful and convenient features for data analysis, mathematical computation, and other fields.
    • Description
      1. Each time the environment is started, run WolframKernel to manually activate. View activation code at https://paran3xus.github.io/2024/08/24/mathematica-14.1-crack/. If activation fails multiple times, run rm /home/jovyan/.Mathematica/Licensing/mathpass to delete previous license records.
      2. If you have an account, use web verification/online verification.
      3. THIS IS NOT READY NOW , kernel is stuck connecting.
  • MATLAB: A programming and numerical computing platform that supports data analysis, algorithm development, and modeling.
    • Description
      1. Upload license.lic libmwlmgrimpl.so to the main directory. Each time the environment is started, run sudo cp license.lic /opt/matlab/r2023b/licenses/ && sudo cp libmwlmgrimpl.so /opt/matlab/r2023b/bin/glnxa64/matlab_startup_plugins/lmgrimpl/ to activate before use.
      2. If you have an account, use web verification/online verification.
    • minimal: Contains only Product:MATLAB
    • mcm: Contains toolboxes required for mathematical modeling.

List of plugins

Global

  • jupyterlab-language-pack-zh-CN:Support for Chinese
  • jupyterlab-lspIt 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.12
  • Julia latest
  • spark 3.5.4
  • flink 1.20.0
  • jupyterlab 4
  • Matlab R2023b
  • Mathematica 14.1
  • Maple 2024.2

Default Mirror source

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

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

Description
Universal Jupyterlab Image stacks
Readme 308 KiB
Languages
Dockerfile 53%
Shell 33.8%
Python 13.2%