How to use Jupyter Notebook for python programming¶
- If you download anaconda and open the jupyter notebook, now you only need to know how to handle jupyter notebook
- First, Follow the shortcuts listed below to learn how to use jupyter notebook
How to do shortcut key!¶
- control + enter -> In order to play the cell, push the control and enter
- shift + enter -> In order to play the cell and move to next cell, push the shift and enter
- y -> It change cell to code mode
- m -> It change cell to markdown mode
- a -> It add cell on the cell
- b -> It add cell under the cell
- dd -> It delete the cell
- shift + tab -> It shows the docstring of the function
In [1]:
from IPython.display import Image
In [22]:
Image(BlockingIOErrorurl='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZtF-pSW_Qsr5vbkCey_g4ugJr7EBI4KAg4KRIAnH7vRHpEMRyJb4ytYVRa_C6b-iFNQpdDe__Qnot8fV475of1Wu8VxxuZtlpdRaSEUsL1iV5sQYwVrVofLAyoagpKH9sp5EZtON0hog/s1600/%255B%25ED%2581%25AC%25EA%25B8%25B0%25EB%25B3%2580%25ED%2599%2598%255D%255B%25ED%2581%25AC%25EA%25B8%25B0%25EB%25B3%2580%25ED%2599%2598%255D%25EC%259C%25A0%25ED%258A%259C%25EB%25B8%258C%25EC%258D%25B8%25EB%2584%25A4%25EC%259D%25BC.png')
Out[22]:
No comments:
Post a Comment