728x90
매직 키워드
- 인터프리터에 추가된 특수 키워드
Available line magics:
%alias %alias_magic %autocall %automagic %autosave %bookmark %cat %cd %clear %colors %config %connect_info %cp %debug %dhist %dirs %doctest_mode %ed %edit %env %gui %hist %history %killbgscripts %ldir %less %lf %lk %ll %load %load_ext %loadpy %logoff %logon %logstart %logstate %logstop %ls %lsmagic %lx %macro %magic %man %matplotlib %mkdir %more %mv %notebook %page %pastebin %pdb %pdef %pdoc %pfile %pinfo %pinfo2 %pip %popd %pprint %precision %profile %prun %psearch %psource %pushd %pwd %pycat %pylab %qtconsole %quickref %recall %rehashx %reload_ext %rep %rerun %reset %reset_selective %rm %rmdir %run %save %sc %set_env %shell %store %sx %system %tb %tensorflow_version %time %timeit %unalias %unload_ext %who %who_ls %whos %xdel %xmode
Available cell magics:
%%! %%HTML %%SVG %%bash %%bigquery %%capture %%debug %%file %%html %%javascript %%js %%latex %%perl %%prun %%pypy %%python %%python2 %%python3 %%ruby %%script %%sh %%shell %%svg %%sx %%system %%time %%timeit %%writefile
Automagic is ON, % prefix IS NOT needed for line magics.
%matplotlib inline, %matplotlib notebook
- matplotlib 사용할 때 무조건 사용한다고 봐도 무방
- show 명령 없이도 바로 그래프 출력한다.
%matplotlib # matplotlib으로 그린 그래프 출력
%matplotlib inline # 실행창에서 그래프 출력
728x90
'🤖 AI' 카테고리의 다른 글
[DNN] 신경망의 구조 (0) | 2022.02.07 |
---|---|
[DNN] 그래디언트, 옵티마이저 정리 (0) | 2021.10.02 |
[CNN]CNN모델의 이해 (0) | 2021.09.20 |
[Tensorflow_Keras_API] tf.keras.utils.get_file : 데이터 다운로드 메서드 (0) | 2021.07.21 |
[Tensorflow] 텐서플로우 자료형 (0) | 2021.07.05 |