Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Aug 2, 2024
1 parent 73e6be3 commit db81c53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions technology/troubleshooting_tips_students.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Troubleshooting Tips to Use Datahub
# Tips to Use Datahub

## About the UC Berkeley DataHub:

Expand Down Expand Up @@ -40,16 +40,16 @@ Note: Datahub doesn’t have collaboration tools at this time as we are continuo
Instructor Feedback: Share your work with instructors or TAs for feedback by downloading and submitting your notebooks as required.

##### 4. Troubleshooting
###### Restart Kernel/Server: Try restarting your kernel as a classic troubleshooting step to see if the error goes away. If the problem persists, restart your server.
**Restart Kernel/Server:** Try restarting your kernel as a classic troubleshooting step to see if the error goes away. If the problem persists, restart your server.

###### Kill Process: Having too many things open on Datahub can cause issues. To check running processes and kill them follow instructions in Curriculum Guide
**Kill Process:** Having too many things open on Datahub can cause issues. To check running processes and kill them follow instructions in Curriculum Guide

** UI Based Approach: **
**UI Based Approach:**
- In Notebook - click Jupyter Icon in UR to get to ”tree”
- In “tree” click running processes tab
- Right click on any process to kill it ( or Kill all). In Lab you can see running processes in tab on left with this icon

** CLI approach: **
**CLI approach:**
- Open the terminal in Datahub.
- Use the command ps aux to list all running processes.
- Find the process ID (PID) of the processes you want to stop.
Expand Down

0 comments on commit db81c53

Please sign in to comment.