Skip to content

Commit

Permalink
publish final ver of jupter shortcuts, datahub, and autograder/grades…
Browse files Browse the repository at this point in the history
…cope
  • Loading branch information
lillianw101 committed Jan 19, 2024
1 parent b53a3bc commit 43d688f
Show file tree
Hide file tree
Showing 26 changed files with 943 additions and 1,022 deletions.
6 changes: 3 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ book:
type: textbox
chapters:
- index.md
# - jupyter_shortcuts/jupyter_shortcuts.qmd
# - datahub/datahub.qmd
# - autograder_gradescope/autograder_gradescope.qmd
- jupyter_shortcuts/jupyter_shortcuts.qmd
- datahub/datahub.qmd
- autograder_gradescope/autograder_gradescope.qmd
# - pandas/pandas.qmd
# - projA2/projA2.qmd

Expand Down
10 changes: 4 additions & 6 deletions autograder_gradescope/autograder_gradescope.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ jupyter:
name: python3
---

::: {.callout-note collapse="true"}
**Citation**: many of these common questions were taken and modified from the UC San Diego course DSC 10: Principles of Data Science and their [debugging guide](https://dsc10.com/debugging/).

:::
<details>
<summary>Citation</summary>
Many of these common questions were taken and modified from the UC San Diego course DSC 10: Principles of Data Science and their [debugging guide](https://dsc10.com/debugging/).
</details>

## Autograder

While

### Why do I get an error saying "`grader is not defined`"?
If it has been a while since you’ve worked on an assignment, the kernel will shut itself down to preserve memory. When this happens, all of your variables are forgotten, including the grader. That’s OK. The easiest way to fix this is by restarting your kernel and rerunning all the cells. To do this, in the top left menu, click `Kernel` -> `Restart and Run All Cells`.

Expand Down
Binary file added docs/Data-100-Debugging-Guide.pdf
Binary file not shown.

Large diffs are not rendered by default.

Binary file added docs/autograder_gradescope/gradescope_loading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/autograder_gradescope/gradescope_timeout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/datahub/LatexError.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 43d688f

Please sign in to comment.