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

sample pipeline jupyter notebook on binder errors-out #12

Closed
asm582 opened this issue Jun 21, 2021 · 2 comments
Closed

sample pipeline jupyter notebook on binder errors-out #12

asm582 opened this issue Jun 21, 2021 · 2 comments

Comments

@asm582
Copy link
Member

asm582 commented Jun 21, 2021

Describe the bug
sample pipeline jupyter notebook errors out due to undefined variable

To Reproduce
Steps to reproduce the behavior:

  1. Go to binder
  2. Click on sample pipeline jupyter notebook
  3. Run

Expected behavior
Jupyter notebook on binder should run without exception

Additional context
error while executing cell:

pipeline_output = rt.execute_pipeline(pipeline, ExecutionType.FIT, pipeline_input)
node_0_output = pipeline_output.get_xyrefs(node_0)


In [74]:

outputs[0]



---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-74-a45df8d4a457> in <module>
----> 1 outputs[0]

NameError: name 'outputs' is not defined
@chcost
Copy link
Contributor

chcost commented Jun 21, 2021

@asm582 this issue was fixed with commit db883ec. Can you pull the latest and retry?

@asm582
Copy link
Member Author

asm582 commented Jun 21, 2021

Interestingly, I thought the binder service always pulls the latest code and runs it. Maybe my service was using stale code from the morning.

Anyways it works now, closing the issue, thanks.

@asm582 asm582 closed this as completed Jun 21, 2021
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

No branches or pull requests

2 participants