Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-1325

Better Python interpreter impl

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 0.7.0
    • None
    • python-interpreter
    • None

    Description

      We have basic Python interpreter implementation, but there are number issues that are very hard to address keeping it's existing architecture.

      Without changing user-facing APIs (like `z.show`, `%python.sql` etc) the goal here is to have a more stable and generic basic Python interpreter implementation, that

      The approach I'm exploring is: to use custom python script that

      exec(paragraph)

      in the Python process and communicates to Interpreter process, instead of just reading\writing to stdin\stout of the default repl.

      Attachments

        Issue Links

          Activity

            People

              bzz Alexander Bezzubov
              bzz Alexander Bezzubov
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: