Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for exporting multiple notebooks #5

Merged
merged 2 commits into from
Apr 3, 2018
Merged

Conversation

lresende
Copy link
Collaborator

@lresende lresende commented Mar 24, 2018

Add support for exporting multiple notebooks by providing multiple --export parameters.

Fixes #3
Closes #5

@lresende lresende changed the title Add support for processing multiple notebooks Add support for exporting multiple notebooks Mar 24, 2018
Add support for exporting multiple notebooks by providing
multiple --export parameters.

Fixes #3
Closes #5
@sourav-mazumder
Copy link

Hi Luciano,

To answer your Qs on how the multiple notebooks communicate each other, there would be two choices -

  1. Either they store the results in intermediately in a File SErver/Object Store/Databases
  2. Or they create the model and save the Model

Essentially a use case is in this case realized through use of multiple notebooks where each notebook takes care of one independent step/module. This helps in maintainability of the code as well as possible reuse.

Regards,
Sourav

@lresende lresende merged commit 54142c6 into master Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants