Jupyter lab docker image for various languages. Partial fork of [HeRoMo/jupyter-langs] (https://github.com/HeRoMo/jupyter-langs)
- Python (v3.10)
- C# (dotnet v7.0)
- F# (dotnet v7.0)
- Elixir (v1.12.3)
- Erlang (v1.12.3)
- Go (v1.20.5)
- Java (v21)
- JavaScript (NodeJS) (v20)
- TypeScript
- Julia (v1.9.1)
- PowerShell (dotnet v7.0)
- R
- Ruby (v3.2.2)
- Rust (v1.70.0)
- Scala (v2.13.8)
- Sparql
- C++11
- C++14
- C++17
- Haskell
- jupyterlab-git
- jupyterlab-lsp
- @krassowski/jupyterlab_go_to_definition
- jupyterlab-plotly
- jupyter_dash
- ipydrawio
- ru-RU
- Python (jedi-language-server)
- Julia
- Bash (bash-language-server)
- Sympy
- Numpy
- Scipy
- Pandas
- Matplotlib
- keras
- torch
- python_evtx (for python3.10 with python-evtx library)
- impacket (for python3.10 with impacket and scapy)
For build this image just clone this Repo and run:
$ docker build . -t jupyter:multilang
For using this image run:
$ docker volume create jupyterlab
$ docker run -d -p 8888:8888 \
$ -v jupyterlab:/jupyterlab
$ jupyter:multilang
After starting container, you can access http://localhost:8888/jupyter/ to open jupyter lab