environment setup for lyric-generator
1.2K
This is Dom's personal python workspace based on the kaggle/python Docker image
kjupyter() entry in your .bashrc or .bash_profile as follows:kjupyter() {
(sleep 3 && open "http://$(docker-machine ip docker2):8888")&
docker run -v $PWD:/tmp/working -w=/tmp/working -p 8888:8888 --rm -it kaggle/python jupyter notebook --no-browser --ip="0.0.0.0/" --notebook-dir=/tmp/working
}
kjupyter from bashContent type
Image
Digest
Size
6.8 GB
Last updated
about 5 years ago
docker pull dkwok/lyric-generator