Julien Pierre created ZEPPELIN-66:
-------------------------------------
Summary: Add the ability to execute a notebook as a program from
another notebook
Key: ZEPPELIN-66
URL: https://issues.apache.org/jira/browse/ZEPPELIN-66
Project: Zeppelin
Issue Type: Improvement
Reporter: Julien Pierre
Say I create some notebooks with ETL tasks, i.e. not used for visualizations,
and possibly to register some Spark SQL function registration.
Then, I have another notebook that is used purely for dashboarding, however I
want to make sure, the ETL notebook are executed as programs before I run some
of the paragraph in my dashboard notebook.
Like in iPython notebook I can use %run <filename>, in Zeppelin, I should be
write the following to execute a note book as a program.
{code}
%run 2AKKCPBS8
{code}
{quote}
where 2AKKCPBS8 is the ID of the notebook in the URL
{quote}
OR
{code}
%run "My ETL Tasks"
{code}
{quote}
where "My ETL Tasks" is the user-friendly of the notebook I want to run as a
program
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)