Guest User

Untitled

a guest
May 22nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. version: '3'
  2. volumes:
  3. jupyterlab_data:
  4. services:
  5. jupyterlab:
  6. image: mikebirdgeneau/jupyterlab
  7. ports:
  8. - "8888:8888"
  9. volumes:
  10. - jupyterlab_data:/opt/app/data
  11. entrypoint: sh -c 'jupyter lab --ip=* --port=8888 --no-browser --notebook-dir=/opt/app/data --allow-root'
Add Comment
Please, Sign In to add comment