Leemoonsoo commented on issue #3359: [ZEPPELIN-4131] Refactoring shell 
interpreter
URL: https://github.com/apache/zeppelin/pull/3359#issuecomment-492652747
 
 
   I can think a use case, such as
   
   ```
   %sh
   # download some data
   curl -O http://....
   
   # extract
   tar -xzf ....
   ```
   
   ```
   %python
   
   # load downloaded data
   df = pd.read_csv("...")
   ...
   ```
   
   This case, %sh interpreter may better have a script to run, rather than 
expecting interactive user input.
   Is this new %sh interpreter implementation capable of doing this as well?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to