Skip to content

Instantly share code, notes, and snippets.

View ngyk's full-sized avatar

Yuki Nagai ngyk

View GitHub Profile
@ngyk
ngyk / .vimrc
Created February 2, 2021 02:25
""" release autogroup in MyAutoCmd
augroup MyAutoCmd
autocmd!
augroup END
""" 表示関係
set t_Co=256
set background=dark
colorscheme hybrid
syntax on
@ngyk
ngyk / .zshrc
Created February 2, 2021 02:25
# 日本語を使用
export LANG=ja_JP.UTF-8
# パスを追加したい場合
export PATH="$HOME/bin:$PATH"
# 色を使用
autoload -Uz colors
colors
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew "glib"
brew "python@3.8"
brew "direnv"
brew "node"
brew "fx"
# coding: utf-8
import datarobot as dr
import pandas as pd
import numpy as np
from pathlib import Path
home = str(Path.home())
config_path = home + '.config/datarobot/drconfig.yaml'