Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $ docker run --rm \
  2. -it \
  3. -v /`pwd`://app \
  4. -w //app \
  5. -p 9292:9292 \
  6. jupyter/datascience-notebook \
  7. jupyter notebook \
  8. --ip=0.0.0.0 \
  9. --port=9292 \
  10. --NotebookApp.password=$(python -c 'from notebook.auth import passwd;print(passwd("yes"))')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement