Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 257 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 257 Bytes

How to use

build

$ export HOST_PORT = `expr 10000 + $UID`
$ make build

run

$ HOST_DIRECTORY = <your code directory absolute path> make run

exec

$ make exec

Show jupyter notebook url

$ make notebook-url