Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Member:sungbeanJo_anaconda [2021/01/08 11:28]
sungbean ㅡㄹ
Member:sungbeanJo_anaconda [2021/01/08 11:44] (current)
sungbean [아나콘다 가상환경 생성 및 tensorflow용 세팅]
Line 30: Line 30:
     * 세팅 : conda install nb_conda     * 세팅 : conda install nb_conda
     * 실행 : jupyter notebook     * 실행 : jupyter notebook
 +      * 실행 경로 지정하여 실행 : jupyter notebook "​경로" ​
  
   * ** 주피터 노트북 단축키 **   * ** 주피터 노트북 단축키 **
-    * shift-Enter : run cell, select below +    ​* ** shift Enter ** : run cell, select below  
-    * Ctrl-Enter : run cell +    ​* ** Ctrl Enter ** : run cell  
-    * Alt-Enter : run cell, insert below  +    ​* ** Alt Enter ** : run cell, insert below  
-    * Y : to code  +    ​* ** Y ** : to code  
-    * M : to markdown+    ​* ** M ** : to markdown ​(설명문) 
 +    * ** Z ** : undo last cell deletion 
 +    * ** D,D ** : delete selected cell
     * B : insert cell below     * B : insert cell below
     * X : cut selected cell     * X : cut selected cell
Line 42: Line 45:
     * Shift-V : paste cell above     * Shift-V : paste cell above
     * V : paste cell below     * V : paste cell below
-    * Z : undo last cell deletion 
-    * D,D : delete selected cell 
     * Shift-M : merge cell below     * Shift-M : merge cell below
  
Navigation