You can also use markdown with jupyter notebook where you can check the python code for each part.
You can switch between markdown notation and code (python) notation for each section of the same page instead of for each file like VScode.
--Formally, the input state is called edit mode, and the selected state is called command mode. --The shortcut to switch to code input mode is the Y key.
① The green frame is the input state |
---|
② Press the esc key to enter the blue frame (selection) state. |
---|
③ Click M key to switch from code to markdown |
---|
Can be described in the same format as the markdown file ".md"
Input example |
---|
shift+Confirm with enter |
---|
Press Enter to move to the edit screen
Easier to read than commented out. Easy to understand when used together
Recommended Posts