Sign inSign up

dkwok/lyric-generator

By dkwok

Updated about 5 years ago

environment setup for lyric-generator

Image
0

1.2K

dkwok/lyric-generator repository overview

python-workspace

This is Dom's personal python workspace based on the kaggle/python Docker image

prerequisites

  1. Basic working knowledge of Git is helpful

quick start

  1. Install Virtualbox
  2. Install Docker
  3. Follow remaining instructions from Kaggle
  4. Edit the 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
}
  1. Execute kjupyter from bash

Tag summary

Content type

Image

Digest

Size

6.8 GB

Last updated

about 5 years ago

docker pull dkwok/lyric-generator