-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
LECTURE: Development Environments Updated and Added #283
Conversation
added lecture on working with python scripts and workspaces
Thanks @orectique . Could you please look into the failing link check? |
I've verified that the links flagged by the link checker are all functional. It might be that the flagged sites are shutting down automated access. |
@mmcky or @HumphreyYang , could you please advise? I think we just ignore the link checker in this case? |
Hi @jstac, @mmcky and @HumphreyYang, I checked these links manually and they all should be false positives. My opinion is to add them to the ignore list. |
Many thanks @HengchengZhang and @jstac. I also think we can have it on since it still works on other links. We can manually check the white list when we have major releases as long as the list is not too long. We can consider disabling it in the future if the list of false positives is getting too long. |
Thanks @HengchengZhang and @HumphreyYang . Let's ignore as suggested. |
@orectique Nice work on this lecture. Let's meet up and discuss it. I'll contact you to set up a time. |
Hi @jstac I added them to the ignore list and it's working now. |
Thanks, @jstac. |
Workspaces - implement suggestions and corrections getting stared - add content on debugging
thanks @orectique -- this looks like it is in-work but let me know if you need a review etc. |
Sorry @orectique this slipped through my radar. Can you update on the latest main and then ping me for review. Thanks,. |
* remove MatplotlibDeprecationWarning * update false-positive link
* add sympy * update sympy exercise * Update lectures/sympy.md Co-authored-by: Smit Lunagariya <[email protected]> * Update lectures/sympy.md Co-authored-by: Smit Lunagariya <[email protected]> * update stats * remove user expressions * Update lectures/sympy.md Co-authored-by: zhc <[email protected]> * try build without scaling headers * draft of application section * update exercise again * proofread * proofread changes * Update lectures/sympy.md Co-authored-by: mmcky <[email protected]> * update two sentences * integrate feedbacks --------- Co-authored-by: Smit Lunagariya <[email protected]> Co-authored-by: zhc <[email protected]> Co-authored-by: mmcky <[email protected]>
* MAINT: Migrate from EC2 backend to GA backend * update machine details to github actions
* FIX: fix requests issue with docutils incompatibility * Fix broken links --------- Co-authored-by: hengchengzhang <[email protected]>
Hi @mmcky, Thanks for the review. I have merged changes on Main to this branch. There should be no conflicts. |
thanks @orectique I reviewed 95de21e and see they resolved all the outstanding items. Thank you. |
thanks @orectique -- @jstac this is now at review stage. |
Thanks @mmcky , looks good to me. It's nicely written. |
thanks @jstac and @orectique for these improvements. |
fixes #279