{"id":19065607,"url":"https://github.com/caiorss/julia-box-docker","last_synced_at":"2026-05-09T07:01:38.727Z","repository":{"id":90043195,"uuid":"236190520","full_name":"caiorss/julia-box-docker","owner":"caiorss","description":"Docker that provides a development environment for Julia language, Octave, Python, R (Rlang) with a Jupyter Notebook; Jupyter QtConsole and so on.","archived":false,"fork":false,"pushed_at":"2020-03-03T13:33:35.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T03:14:15.889Z","etag":null,"topics":["data","datascience","deveops","docker","julia","jupyter","octave","python","rlang","scientific"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caiorss.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-25T15:47:04.000Z","updated_at":"2020-03-03T13:33:38.000Z","dependencies_parsed_at":"2024-04-21T03:12:15.616Z","dependency_job_id":null,"html_url":"https://github.com/caiorss/julia-box-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caiorss/julia-box-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiorss%2Fjulia-box-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiorss%2Fjulia-box-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiorss%2Fjulia-box-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiorss%2Fjulia-box-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caiorss","download_url":"https://codeload.github.com/caiorss/julia-box-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiorss%2Fjulia-box-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","datascience","deveops","docker","julia","jupyter","octave","python","rlang","scientific"],"created_at":"2024-11-09T00:51:19.780Z","updated_at":"2026-05-09T07:01:38.713Z","avatar_url":"https://github.com/caiorss.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Julia-Box-Shell \n** Overview \n\nDocker for Julia language with X11 (User Interface) support and  many\npre-installed packages and wrapper script for running the docker. \n\n *Benefit* \n\n  + A ready-to-use Julia development environment, with zero\n    configuration effort required, which can be used from any Linux\n    distribution or any operating system with Docker support.\n\n  + Standard and reproducible development environment.\n\n *Features*\n\n   * Many pre-installed packages for statics, charts, symbolic math\n     and so on.\n\n   * Pre-configured Julia Notebook\n     + Jupyter Notebook for Julia. \n\n   * X11 Support\n     + Allows to run graphical windows and GUIs (Graphical User\n       Interfaces) such as X11 widgets, PyPlot charts, Plots chart\n       and so on.\n\n   * Wrapper Unix shell script which simplifies running the docker and\n     mapping the current directory to the docker container. \n\n *Pre-installed packages*\n\n  * Interfaces\n    * IJulia =\u003e Julia Notebook \n\n  * Plot libraries\n    + Plots\n    + PyPlot\n    + StatsPlot\n\n  * Statistcs:\n    + Distributions =\u003e Statistical Distributions \n    + DataFrame\n    + DataStreams\n\n  * Standard Format Parsers \n    + JSON\n    + CSV\n    + XLSX - Excel Parser\n\n  * Symbolic Math\n    + SymPy\n\n  * Literate Programming\n    * Weave \n** Building Instructions \n\nSTEP 1: Build the docker. \n\n#+BEGIN_SRC sh \n  $ make build \n#+END_SRC\n\nSTEP 2: Test the docker with. The command will run a Julia shell. \n\n#+BEGIN_SRC python \n  $ make run\n  sh ./julia-box-shell.sh\n  non-network local connections being added to access control list\n                 _\n     _       _ _(_)_     |  Documentation: https://docs.julialang.org\n    (_)     | (_) (_)    |\n     _ _   _| |_  __ _   |  Type \"?\" for help, \"]?\" for Pkg help.\n    | | | | | | |/ _` |  |\n    | | |_| | | | (_| |  |  Version 1.3.1 (2019-12-30)\n   _/ |\\__'_|_|_|\\__'_|  |  Official https://julialang.org/ release\n  |__/                   |\n\n  julia\u003e 0:2:10 .|\u003e exp(x)\n  ERROR: UndefVarError: x not defined\n  Stacktrace:\n   [1] top-level scope at REPL[1]:1\n\n  julia\u003e 0:2:10 .|\u003e exp\n  6-element Array{Float64,1}:\n       1.0              \n       7.38905609893065 \n      54.598150033144236\n     403.4287934927351  \n    2980.9579870417283  \n   22026.465794806718   \n#+END_SRC\n\nSTEP 3: Install the wrapper script. \n   + Just copy the wrapper script to any directory in $PATH variable\n     and run $ julia-box-shell.sh \n\n#+BEGIN_SRC sh \n  mkdir -p ~/bin \n  chmod +x julia-box-shell.sh \n  cp julia-box-shell.sh ~/bin \n\n  # If the directory ~/bin is not in the PATH variable. \n  echo \"export PATH=~/bin:$PATH\" \u003e\u003e ~/.bashrc \n#+END_SRC\n\nSTEP 4: Run wrapper script and open Julia shell. \n\n#+BEGIN_SRC sh \n  $ ./julia-box-shell.sh julia\n  non-network local connections being added to access control list\n                 _\n     _       _ _(_)_     |  Documentation: https://docs.julialang.org\n    (_)     | (_) (_)    |\n     _ _   _| |_  __ _   |  Type \"?\" for help, \"]?\" for Pkg help.\n    | | | | | | |/ _` |  |\n    | | |_| | | | (_| |  |  Version 1.3.1 (2019-12-30)\n   _/ |\\__'_|_|_|\\__'_|  |  Official https://julialang.org/ release\n  |__/                   |\n\n  julia\u003e using SymPy\n\n  julia\u003e x = Sym(\"x\")\n  x\n\n  julia\u003e expand((x - 4)^3)\n   3       2            \n  x  - 12⋅x  + 48⋅x - 64\n\n  julia\u003e \n\n#+END_SRC\n\n** Usage \n\nOnce the docker is buitl, the following functionalities can be used: \n\n *Run bash Unix shell* \n  + $ ./julia-box-shell.sh sh\n  + $ ./julia-box-shell.sh bash \n\n#+BEGIN_SRC sh \n  $ ./julia-box-shell.sh sh\n  non-network local connections being added to access control list\n\n\n  eniac@localhost:/work$ whoami\n  eniac\n\n  eniac@localhost:/work$ ls -la\n  total 40\n\n  eniac@localhost:/work$ ls\n  Dockerfile  FIR_design.jl  Makefile  README.org  julia-box-shell.sh  script.jl\n#+END_SRC\n\n  *Run Julia Shell* \n  + $ ./julia-box-shell.sh ju \n  + $ ./julia-box-shell.sh julia \n\n#+BEGIN_SRC sh \n  $ ./julia-box-shell.sh julia\n  non-network local connections being added to access control list\n                 _\n     _       _ _(_)_     |  Documentation: https://docs.julialang.org\n    (_)     | (_) (_)    |\n     _ _   _| |_  __ _   |  Type \"?\" for help, \"]?\" for Pkg help.\n    | | | | | | |/ _` |  |\n    | | |_| | | | (_| |  |  Version 1.3.1 (2019-12-30)\n   _/ |\\__'_|_|_|\\__'_|  |  Official https://julialang.org/ release\n  |__/                   |\n\n  julia\u003e using SymPy\n\n  julia\u003e x = Sym(\"x\")\n  x\n\n  julia\u003e expand((x - 4)^3)\n   3       2            \n  x  - 12⋅x  + 48⋅x - 64\n\n\n#+END_SRC\n\n *Run Jupyter Notebook* (IJulia)\n\nStart Jupyter Notebook Daemon \n\n  + $ ./julia-box-shell.sh jupyter start \n  + $ ./julia-box-shell.sh ju start \n\nStart Jupyter Notebook Daemon \n\n  + $ ./julia-box-shell.sh jupyter stop  \n  + $ ./julia-box-shell.sh ju stop \n\nView Log\n  \n  + $ ./julia-box-shell.sh jupyter log \n  + $ ./julia-box-shell.sh ju log \n\nThen open the URL in the web browser (~http://localhost:8888/?token=333....2e885e597195~)\n\n#+BEGIN_SRC sh \n   $ ./julia-box-shell.sh jupyter start \n   non-network local connections being added to access control list\n   [I 13:58:31.621 NotebookApp] Writing notebook server cookie secret to /home/eniac/.local/share/jupyter/runtime/notebook_cookie_secret\n   [I 13:58:31.902 NotebookApp] Serving notebooks from local directory: /work\n   [I 13:58:31.902 NotebookApp] The Jupyter Notebook is running at:\n   [I 13:58:31.902 NotebookApp] http://localhost:8888/?token=333e54e39f89f685ed35fcf5711e551c64522e885e597195\n   ... ... ... ... ... ... \n#+END_SRC\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaiorss%2Fjulia-box-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaiorss%2Fjulia-box-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaiorss%2Fjulia-box-docker/lists"}