teaching
Here are 1,111 public repositories matching this topic...
-
Updated
Sep 17, 2020 - C
Regarding the drop down menu, yes, I think it would be better to only have the "task cell" option visible for markdown cells.
The documentation asserts this too "If you select the “Manually graded task” option (available for markdown cells), the nbgrader extension will ..."
-
Updated
Jul 4, 2018
-
Updated
Sep 14, 2020 - JavaScript
Currently it seems like TAs write their own scripts to assign problems to each other. We should do this for them, and have a "Assign Graders" button that they can use.
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Jun 9, 2019 - Jupyter Notebook
-
Updated
Jul 4, 2018
-
Updated
Aug 6, 2020 - C++
Write e2e tests
We've the e2e tests within the test directory.
-
teachcode -h||teachcode --help(@rishabhKalakoti ) -
teachcode -V||teachcode --version(@bdcorps) -
teachcode junkcmd[unknown commands] (@rishabhKalakoti ) -
teachcode -a[unknown option] (@rishabhKalakoti ) -
teachcode init - `te
-
Updated
Mar 20, 2019 - Jupyter Notebook
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Oct 12, 2019 - Python
-
Updated
Sep 17, 2020 - Jupyter Notebook
-
Updated
Sep 7, 2020 - P4
-
Updated
Feb 24, 2020 - Haskell
-
Updated
Sep 24, 2017 - C
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Sep 13, 2020
-
Updated
Mar 19, 2020 - Python
-
Updated
Sep 11, 2020 - R
-
Updated
Jun 18, 2020 - Java
-
Updated
Jan 7, 2020 - Prolog
-
Updated
Aug 17, 2020 - Java
Improve this page
Add a description, image, and links to the teaching topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the teaching topic, visit your repo's landing page and select "manage topics."
Currently, in our
tsconfig.jsonwe don't havestrictrule enabled. But as per discussion in #10327 we have decided to enable this rule. We can't do this at once because of a huge number of errors. So, we've decided to do it gradually file by file. For reference on what doesstrictrule do you can look for--stricthere.