liuxunorg commented on issue #3314: [ZEPPELIN-4019] Interpreter process get note from server URL: https://github.com/apache/zeppelin/pull/3314#issuecomment-467693440 ## Submarine interpreter The use of the submarine interpreter to write the tensorflow algorithm follows such a rule. **One Note One Algorithms Project** Because a tensorflow algorithm may have multiple python modules. That is, multiple python files. 1. The user writes all the modules of the algorithm in a note. 2. Each module is written in a separate paragraph. 3. Click the `JOB RUN` button in the submarine dashboard to submit all the algorithms in the entire note at one time. So when the entire paragraph of the submarine dashboard is executed, you need to get the data from all the paragraphs in the entire note, and create a python file for the algorithm in each paragraph.  1. The newly added `RemoteInterpreterEventClient::getNoteFromServer()` has checked the permissions of the noteId. Only the `user's own note`, the note `shared with the user's read permission`, can be successfully obtained. 2. And support json data compressed note from the server to the interpreter process. ## Workflow and orchestration Workflow and orchestration that may be developed in the future, Also need to get the user's list of notes and paragraphs in the interpreter process. Because the user needs to be in the Workflow dashboard,Use the `drop-down box` control to display a list of notes and paragraphs that you have permission to operate. Workflow orchestration of notes and paragraphs by way of selection. The user experience will be better and not easy to make mistakes. Of course, Workflow is another topic.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
