Skip to content
Discussion options

You must be logged in to vote

I think I am getting closer.... though I don't understand all of this. Here's where I am at (corrections and clarifications welcome):

My initial 'loss' of display() and view() outputs was the result of an incorrect attempt to use Generators.input() to wire up a reactive input. By using the generator, these cells were never resolving—hence looking like blank or 'missing' values:

I can still use the Generator if I correctly wire it up with a different input using bind (though probably this isn't necessary, as just binding the input works without it):

I need to use this combination of defining my input separately from view() and then binding to it because later in the notebook I need to use

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by aaronkyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant