Skip to content

Commit

Permalink
fix last link
Browse files Browse the repository at this point in the history
  • Loading branch information
lillianw101 committed Jan 26, 2024
1 parent 7922033 commit e02cc9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/Data-100-Debugging-Guide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/jupyter_datahub/jupyter_datahub.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h2 class="anchored" data-anchor-id="my-kernel-died-restarted-or-is-very-slow">M
<li><a href="https://ds100.org/debugging-guide/jupyter101/jupyter101.html#restarting-kernel">Restart your kernel</a></li>
<li><a href="https://ds100.org/debugging-guide/jupyter101/jupyter101.html#running-cells">Rerun your cells</a></li>
</ol>
<p>Note that you may loose some recent work if your kernel restarted when you were in the middle of editing a cell. As such, we recommend <a href="https://ds100.org/debugging-guide/jupyter101/jupyter101.html/#saving-your-notebook">saving your work</a> as often as possible.</p>
<p>Note that you may loose some recent work if your kernel restarted when you were in the middle of editing a cell. As such, we recommend <a href="https://ds100.org/debugging-guide/jupyter101/jupyter101.html#saving-your-notebook">saving your work</a> as often as possible.</p>
<p>If this does not fix the issue, it could be a problem with your code, usually the last cell that executed before your kernel crashed. Double check your logic, and feel free to make a private post on Ed if you’re stuck!</p>
</section>
<section id="i-cant-edit-a-cell" class="level2">
Expand Down
2 changes: 1 addition & 1 deletion jupyter_datahub/jupyter_datahub.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ When you see a message like this:
2. [Restart your kernel](https://ds100.org/debugging-guide/jupyter101/jupyter101.html#restarting-kernel)
3. [Rerun your cells](https://ds100.org/debugging-guide/jupyter101/jupyter101.html#running-cells)

Note that you may loose some recent work if your kernel restarted when you were in the middle of editing a cell. As such, we recommend [saving your work](https://ds100.org/debugging-guide/jupyter101/jupyter101.html/#saving-your-notebook) as often as possible.
Note that you may loose some recent work if your kernel restarted when you were in the middle of editing a cell. As such, we recommend [saving your work](https://ds100.org/debugging-guide/jupyter101/jupyter101.html#saving-your-notebook) as often as possible.

If this does not fix the issue, it could be a problem with your code, usually the last cell that executed before your kernel crashed. Double check your logic, and feel free to make a private post on Ed if you're stuck!

Expand Down

0 comments on commit e02cc9e

Please sign in to comment.