Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
c-goenka committed Apr 4, 2024
2 parents 4066588 + 1430710 commit 72050d5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ book:
- visualizations/visualizations.md
- projA1/projA1.md
- projA2/projA2.md
- sql/sql.md
# - sql/sql.md

sidebar:
logo: "data100_logo.png"
Expand Down
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 @@ -212,7 +212,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 lose 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 docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"href": "jupyter_datahub/jupyter_datahub.html#my-kernel-died-restarted-or-is-very-slow",
"title": "Jupyter / Datahub",
"section": "My kernel died, restarted, or is very slow",
"text": "My kernel died, restarted, or is very slow\nJupyterhub connects you to an external container to run your code. That connection could be slow/severed because:\n\nyou haven’t made any changes to the notebook for a while\na cell took too much time to run\na cell took up too many resources to compute\n\nWhen you see a message like this:\n\n\n\n\nEither press the “Ok” button or reload the page\nRestart your kernel\nRerun your cells\n\nNote 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 as often as possible.\nIf 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!"
"text": "My kernel died, restarted, or is very slow\nJupyterhub connects you to an external container to run your code. That connection could be slow/severed because:\n\nyou haven’t made any changes to the notebook for a while\na cell took too much time to run\na cell took up too many resources to compute\n\nWhen you see a message like this:\n\n\n\n\nEither press the “Ok” button or reload the page\nRestart your kernel\nRerun your cells\n\nNote that you may lose some recent work if your kernel restarted when you were in the middle of editing a cell. As such, we recommend saving your work as often as possible.\nIf 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!"
},
{
"objectID": "jupyter_datahub/jupyter_datahub.html#i-cant-edit-a-cell",
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 lose 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 72050d5

Please sign in to comment.