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 characters
    
  
  
    
  | version: "3.9" | |
| services: | |
| jupyter: | |
| image: quay.io/jupyter/scipy-notebook | |
| ports: | |
| - "8888:8888" | |
| volumes: | |
| - ./notebooks:/home/jovyan/ | |
| environment: | 
  
    
      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 characters
    
  
  
    
  | ECHO off | |
| REM PuTTY is an SSH and telnet client, developed originally by Simon Tatham | |
| REM setup | |
| SET defaultpath="C:\putty_config.reg" | |
| ECHO "USAGE: %0 <filepath for .reg|default=%defaultpath%>" | |
| IF %1.==. ( | |
| ECHO Missing path argument; using %defaultpath% | |
| ) else ( |