add jupyter to julia
Some checks failed
Flow / Base (push) Successful in 8s
Flow / CUDA_Base (push) Successful in 6s
Flow / C (push) Successful in 7s
Flow / Cpp (push) Successful in 8s
Flow / JDK (push) Successful in 9s
Flow / JRE (push) Successful in 7s
Flow / JS (push) Successful in 7s
Flow / Python (push) Successful in 9s
Flow / R (push) Successful in 8s
Flow / MC_BE (push) Successful in 6s
Flow / MC_JRE_8 (push) Successful in 7s
Flow / MC_JRE_11 (push) Successful in 7s
Flow / MC_JRE_17 (push) Successful in 7s
Flow / MC_JRE_21 (push) Successful in 6s
Flow / Steam (push) Successful in 7s
Flow / LLAMA (push) Successful in 8s
Flow / CUDA_Runtime (push) Successful in 7s
Flow / Hexo (push) Successful in 7s
Flow / Jupyterlite (push) Successful in 6s
Flow / Julia (push) Successful in 6s
Flow / Steam_Wine (push) Successful in 6s
Flow / CUDA_Devel (push) Successful in 8s
Flow / Push (push) Successful in 5s
Push_ghcr / Push (push) Has been cancelled

This commit is contained in:
ben0i0d 2025-01-22 12:57:54 +08:00
parent 7db1684a8b
commit 5ac61a1dec

View File

@ -8,7 +8,7 @@
// Configure vscode-extensions.
"customizations": {
"vscode": {
"extensions": ["julialang.language-julia"]
"extensions": ["julialang.language-julia", "ms-toolsai.jupyter"]
}
}
}