Skip to content

Instantly share code, notes, and snippets.

@karino2
Created February 6, 2020 13:09
Show Gist options
  • Save karino2/2b34cf07407af09afd57d18d7287f139 to your computer and use it in GitHub Desktop.
Save karino2/2b34cf07407af09afd57d18d7287f139 to your computer and use it in GitHub Desktop.
From docker container.
#!/bin/sh
# used from docker image
jupyter-notebook --ip=`ip route | awk 'NR==2 {print $9}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment