Skip to content

f8dax/docker-ijulia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ijulia

docker container for IJulia Notebook

"IJulia is a Julia-language backend combined with Jupyter. This combination allows you to interact with the Julia language using Jupyter/IPython's powerful graphical notebook, which combines code, formatted text, math, and multimedia in a single document"

This notebook is for the last version in development for Julia if you are looking for the stable version I recomended that used the official docker image from Jupyter: jupyter/datascience-notebook and for more jupyter docker-stacks

Install dependencies

To install docker in Ubuntu 16.04 use the commands:

$ sudo apt-get update
$ wget -qO- https://get.docker.com/ | sh

To install docker in other operating systems check docker online documentation

Usage

To run container use the command below:

$ docker run -d -p 8998:8998 quantumobject/docker-ijulia

Run the after install script:

$ docker exec -it container_id /sbin/after_install

Need to provide new password.

Accessing the IJulia applications:

After that check with your browser at addresses plus the port 8998:

  • http://host_ip:8998/

To access the container from the server running docker :

$ docker exec -it container_id /bin/bash

note: deploy this container behind proxy with SSL for extra security:

https://github.com/jwilder/nginx-proxy

https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion

More Info

About IJulia

To help improve this container docker-ijulia

For additional info about us and our projects check our site www.quantumobject.org

About

container running IJulia Notebook

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%