LoginSignup
3
5

More than 5 years have passed since last update.

201901: 新しいJupyter notebook を開くときにテンプレとなっている最初の数行を晒すだけです

Last updated at Posted at 2019-01-16

みなさんはどんな感じでしょうか?僕は以下のような感じです

%pylab inline
import matplotlib
rcParams['figure.figsize'] = (16, 5)
%load_ext autoreload
%autoreload
import librosa
import librosa.display
import torch
from IPython.display import Audio
import IPython
from nnmnkwii import preprocessing as P
import pysptk
import pyworld
from scipy import signal
from scipy.io import wavfile

気分転換にクソ記事を書いてみました。今年もよろしくお願いします。

3
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
5