Github user cloverhearts commented on the issue:

    https://github.com/apache/zeppelin/pull/1862
  
    Hello @felixcheung 
    I have created and tested a remote interpreter.
    1. Go to zeppelin/bin.
    2. Run the following:
        `bin/bash ./interpreter.sh -d ../interpreter/python -p 20000> / dev 
/ null`
    3. Create a python interpreter group on zeppelin web. (For example, 
"mypython")
    4. Click the edit button.
    5. Enter `host: localhost`,` port: 20000` as the remote access interpreter 
address.
    6. Save and run the following in the paragraph:
    `` `
    %mypython
    print ("helloworld")
    `` `
    
    If everything works properly, everything is working fine.
    This did not work properly in the previous Master.
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to