Skip to content

Instantly share code, notes, and snippets.

@renanregis
Created April 13, 2020 13:02
Show Gist options
  • Save renanregis/d19b98b33cddf9b95c7d99cb242477fb to your computer and use it in GitHub Desktop.
Save renanregis/d19b98b33cddf9b95c7d99cb242477fb to your computer and use it in GitHub Desktop.

Revisions

  1. renanregis renamed this gist Apr 13, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. renanregis created this gist Apr 13, 2020.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    version: '3.7'
    services:
    datascience-notebook:
    image: jupyter/datascience-notebook
    volumes:
    - ./data:/home/jovyan/work
    ports:
    - 8888:8888
    container_name: ds-notebook