通常版(.py)
sys.path.append(os.path.join(os.path.dirname(__file__), '<参照したいディレクトリのパス>'))
notebook版(.ipynb)
sys.path.append(os.path.join(os.path.abspath(''), '<参照したいディレクトリのパス>'))
Go to list of users who liked
More than 1 year has passed since last update.
通常版(.py)
sys.path.append(os.path.join(os.path.dirname(__file__), '<参照したいディレクトリのパス>'))
notebook版(.ipynb)
sys.path.append(os.path.join(os.path.abspath(''), '<参照したいディレクトリのパス>'))
Register as a new user and use Qiita more conveniently
Go to list of users who liked