How to trigger and run Jupyter notebook from SSIS
up vote
0
down vote
favorite
I have a data processing pipeline in SSIS and the prepared data set will be consumed by a machine learning modelling program in Jupyter notebook (Python, sklearn). I would like to know how to launch/trigger running the entire Jupyter notebook in SSIS whenever I have the data preparation complete? How about if I have a Python function defined in a cell, how can I invoke that specific cell/function only?
python ssis jupyter-notebook
add a comment |
up vote
0
down vote
favorite
I have a data processing pipeline in SSIS and the prepared data set will be consumed by a machine learning modelling program in Jupyter notebook (Python, sklearn). I would like to know how to launch/trigger running the entire Jupyter notebook in SSIS whenever I have the data preparation complete? How about if I have a Python function defined in a cell, how can I invoke that specific cell/function only?
python ssis jupyter-notebook
How you would do these things if you were doing them manually? Since I don't know how to do them manually, I can't tell you how to automate them, but if you give us some insight on how you do it, we might be able to help. Perhaps a Execute Process Task?
– Jeremy J.
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a data processing pipeline in SSIS and the prepared data set will be consumed by a machine learning modelling program in Jupyter notebook (Python, sklearn). I would like to know how to launch/trigger running the entire Jupyter notebook in SSIS whenever I have the data preparation complete? How about if I have a Python function defined in a cell, how can I invoke that specific cell/function only?
python ssis jupyter-notebook
I have a data processing pipeline in SSIS and the prepared data set will be consumed by a machine learning modelling program in Jupyter notebook (Python, sklearn). I would like to know how to launch/trigger running the entire Jupyter notebook in SSIS whenever I have the data preparation complete? How about if I have a Python function defined in a cell, how can I invoke that specific cell/function only?
python ssis jupyter-notebook
python ssis jupyter-notebook
asked Nov 19 at 11:31
menorah84
2,30693164
2,30693164
How you would do these things if you were doing them manually? Since I don't know how to do them manually, I can't tell you how to automate them, but if you give us some insight on how you do it, we might be able to help. Perhaps a Execute Process Task?
– Jeremy J.
2 days ago
add a comment |
How you would do these things if you were doing them manually? Since I don't know how to do them manually, I can't tell you how to automate them, but if you give us some insight on how you do it, we might be able to help. Perhaps a Execute Process Task?
– Jeremy J.
2 days ago
How you would do these things if you were doing them manually? Since I don't know how to do them manually, I can't tell you how to automate them, but if you give us some insight on how you do it, we might be able to help. Perhaps a Execute Process Task?
– Jeremy J.
2 days ago
How you would do these things if you were doing them manually? Since I don't know how to do them manually, I can't tell you how to automate them, but if you give us some insight on how you do it, we might be able to help. Perhaps a Execute Process Task?
– Jeremy J.
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373726%2fhow-to-trigger-and-run-jupyter-notebook-from-ssis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How you would do these things if you were doing them manually? Since I don't know how to do them manually, I can't tell you how to automate them, but if you give us some insight on how you do it, we might be able to help. Perhaps a Execute Process Task?
– Jeremy J.
2 days ago