-
-
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
Remove MatplotlibDeprecationWarning in Matplotlib Lecture #289
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @jstac, This PR is ready for your review. Please kindly let me know if there is anything I can further improve. Many thanks. |
thanks @HumphreyYang |
orectique
pushed a commit
that referenced
this pull request
Sep 21, 2023
* remove MatplotlibDeprecationWarning * update false-positive link
mmcky
added a commit
that referenced
this pull request
Dec 12, 2023
* lecture on devEnvs added lecture on working with python scripts and workspaces * Update workspace.md * implemented recommendations and corrections * Update workspace.md * Fix broken links * suggestions * Update workspace.md * add screenshots * update lectures Workspaces - implement suggestions and corrections getting stared - add content on debugging * implement updates - getting_started.md: add content on real time collaboration - workspace.md: correct and revise content * Update anaconda env (#290) * Remove MatplotlibDeprecationWarning in Matplotlib Lecture (#289) * remove MatplotlibDeprecationWarning * update false-positive link * MAINT: re-install requests to see if that fixes the malformed requests file * Binder hub url removal #281 * Migrate Sympy Lecture from the Intro Series (#284) * 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 (#285) * MAINT: Migrate from EC2 backend to GA backend * update machine details to github actions * FIX: fix requests issue with docutils incompatibility (#287) * FIX: fix requests issue with docutils incompatibility * Fix broken links --------- Co-authored-by: hengchengzhang <[email protected]> * update suggestions * mmcky edits --------- Co-authored-by: hengchengzhang <[email protected]> Co-authored-by: mmcky <[email protected]> Co-authored-by: Humphrey Yang <[email protected]> Co-authored-by: mmcky <[email protected]> Co-authored-by: AakashGC <[email protected]> Co-authored-by: Smit Lunagariya <[email protected]> Co-authored-by: zhc <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR resolves #288.