You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a cell in Jupyter notebook can contain multiple lines of codes but sometimes people really want to see the output running one line of code at a time. We should add in the 5 min introduction session how to split one cell into mulple smaller cells. What i do is to create an empty line under the line we want to isolate, then use shortcut ctrl shift - to split a cell into two. Do this multiple times for as many splits as one wants to make
Many people complain data cannot befound because they did not cd to the correct folder. I keep telling them to cd then use ls to double check make sure they see the data. Maybe this is something we can add also to the start-up introduction.
Demonstrate people how to join the slack channel .... or at least what channel we can find the support team.
For long running commands show people how to track it -- for example there should be a "*" next to the command; also when people use htop from the terminal they should see it showing up as a process. We need to tell people how.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ctrl shift -
to split a cell into two. Do this multiple times for as many splits as one wants to makecd
to the correct folder. I keep telling them tocd
then usels
to double check make sure they see the data. Maybe this is something we can add also to the start-up introduction.htop
from the terminal they should see it showing up as a process. We need to tell people how.Beta Was this translation helpful? Give feedback.
All reactions