Skip to content

Commit 995c490

Browse files
orectiqueHengchengZhangmmckyHumphreyYangAakashGfude
authored
LECTURE: Development Environments Updated and Added (#283)
* 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]>
1 parent fc4491a commit 995c490

23 files changed

+427
-65
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
_build/
22
__pycache__/
33
.DS_Store
4-
dask-worker-space
4+
dask-worker-space
5+
6+
.vscode/
7+
.ipynb_checkpoints/
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)