Skip to content

Run or Deploy

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

Run thru SSH

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

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

Deploy the Docker image

# Hosting Server:
docker run -p 80:8890 rzlatev/m2jk &
Clone this wiki locally