Skip to content

Run or Deploy

Radoslav Raynov edited this page Feb 3, 2019 · 11 revisions

Through SSH

# Server:
jupyter notebook --no-browser --port 8889

# Client:
ssh -N -f -L localhost:8889:localhost:8889 username@your_remote_host_name
open localhost:8889  # then enter token

Deploy the Docker image

# Host Server
docker run -p 80:8890 rzlatev/m2jk &
# write down and share token, or use a config with a password
Clone this wiki locally