Skip to content

Instantly share code, notes, and snippets.

@heltonmarx
Last active February 18, 2021 20:40
Show Gist options
  • Save heltonmarx/f9292044d31cfb3b46de2a80d25659a2 to your computer and use it in GitHub Desktop.
Save heltonmarx/f9292044d31cfb3b46de2a80d25659a2 to your computer and use it in GitHub Desktop.

Revisions

  1. heltonmarx revised this gist Feb 18, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion jupyter.yml
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@ services:
    image: jupyter/datascience-notebook
    container_name: datascience-notebook-container
    volumes:
    - .:/home/jupyther/work
    - .:/home/jupyter/work
    ports:
    - 8888:8888

  2. heltonmarx created this gist Feb 18, 2021.
    10 changes: 10 additions & 0 deletions jupyter.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    version: '3'
    services:
    datascience-notebook:
    image: jupyter/datascience-notebook
    container_name: datascience-notebook-container
    volumes:
    - .:/home/jupyther/work
    ports:
    - 8888:8888