Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 995c490

Browse filesBrowse 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 <smitlunagariya.mat18@itbhu.ac.in> * Update lectures/sympy.md Co-authored-by: Smit Lunagariya <smitlunagariya.mat18@itbhu.ac.in> * update stats * remove user expressions * Update lectures/sympy.md Co-authored-by: zhc <79777246+HengchengZhang@users.noreply.github.com> * try build without scaling headers * draft of application section * update exercise again * proofread * proofread changes * Update lectures/sympy.md Co-authored-by: mmcky <mmcky@users.noreply.github.com> * update two sentences * integrate feedbacks --------- Co-authored-by: Smit Lunagariya <smitlunagariya.mat18@itbhu.ac.in> Co-authored-by: zhc <79777246+HengchengZhang@users.noreply.github.com> Co-authored-by: mmcky <mmcky@users.noreply.github.com> * 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 <hengcheng.zhang@outlook.com> * update suggestions * mmcky edits --------- Co-authored-by: hengchengzhang <hengcheng.zhang@outlook.com> Co-authored-by: mmcky <mmcky@users.noreply.github.com> Co-authored-by: Humphrey Yang <39026988+HumphreyYang@users.noreply.github.com> Co-authored-by: mmcky <mamckay@gmail.com> Co-authored-by: AakashGC <aakashguptachoudhury@gmail.com> Co-authored-by: Smit Lunagariya <smitlunagariya.mat18@itbhu.ac.in> Co-authored-by: zhc <79777246+HengchengZhang@users.noreply.github.com>
1 parent fc4491a commit 995c490
Copy full SHA for 995c490
Expand file treeCollapse file tree

23 files changed

+427
-65
lines changed
Open diff view settings
Collapse file

‎.gitignore‎

Copy file name to clipboard
+4-1Lines 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/
Collapse file
20.4 KB
  • Display the source diff
  • Display the rich diff
Loading
Collapse file
204 KB
  • Display the source diff
  • Display the rich diff
Loading
Collapse file
32.2 KB
  • Display the source diff
  • Display the rich diff
Loading
Collapse file
16.6 KB
  • Display the source diff
  • Display the rich diff
Loading
Collapse file
78 KB
  • Display the source diff
  • Display the rich diff
Loading
Collapse file
1.34 MB
  • Display the source diff
  • Display the rich diff
Loading
Collapse file
183 KB
  • Display the source diff
  • Display the rich diff
Loading
Collapse file
149 KB
  • Display the source diff
  • Display the rich diff
Loading
Collapse file
142 KB
  • Display the source diff
  • Display the rich diff
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.