Created
February 6, 2020 13:09
-
-
Save karino2/2b34cf07407af09afd57d18d7287f139 to your computer and use it in GitHub Desktop.
From docker container.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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