File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ $ cd ~/dev/ml/PythonMachineLearning
6060$ docker run -d -p 9000:8888 -v ${PWD}:/notebook -v ${PWD}:/data artificialintelligence/python-jupyter 
6161``` 
6262And then you can open http://localhost:9000  in your browser.
63- 
64- Any modification to the notebooks may be committed to the Git repository (if you are registered as a contributor), and/or submitted as a pull request.
65- Shutdown
6663``` 
6764$ docker ps 
6865CONTAINER ID        IMAGE                                   COMMAND                  CREATED             STATUS              PORTS                    NAMES 
6966431b12a93ccf        artificialintelligence/python-jupyter   "/bin/sh -c 'jupyt..."   4 minutes ago       Up 4 minutes        0.0.0.0:9000->8888/tcp   friendly_euclid 
67+ ``` 
68+ Shutdown
69+ ``` 
7070$ docker kill 431b12a93ccf  
7171``` 
7272-------------------------------------------------------------------------------------------------------------------- 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments