-
-
Notifications
You must be signed in to change notification settings - Fork 26
Input Output Lecture #194
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
Input Output Lecture #194
Conversation
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
@HumphreyYang If you have time, could you please do a first review? Or @HengchengZhang ? |
| ```{code-cell} ipython3 | ||
| :tags: [hide-cell] | ||
| A, F = build_coefficient_matrices(Z, X) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @maanasee,
Many thanks for the great lecture!
I fixed a small bug here as A was overwritten by the small A defined above, which was also causing errors when drawing the bar chart.
Please kindly check the output to see if they are what you expected :)
lectures/input_output.md
Outdated
| ```{code-cell} ipython3 | ||
| tags: [hide-input] | ||
| :tags: [hide-cell] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jstac,
I noticed that you changed [hide-input] to [hide-cell]. I reverted this because [hide-cell] not only hides the code cell but also hides the graph generated from the code : )
Please let me know if this needs further changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @HumphreyYang -- I was tired so making mistakes :-)
|
@HumphreyYang I really appreciate you jumping in and fixing this at short notice! I'll go ahead and merge so that Tom can edit more easily. |
Hi @jstac this lecture is ready for review.