Last active
          February 18, 2021 20:40 
        
      - 
      
 - 
        
Save heltonmarx/f9292044d31cfb3b46de2a80d25659a2 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
heltonmarx revised this gist
Feb 18, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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/jupyter/work ports: - 8888:8888  - 
        
heltonmarx created this gist
Feb 18, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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