k-hashimoto / jupyterlab-r-for-business-analysis

docker image for jupterlab, R and tidyverse etc
1 stars 3 forks source link

jupyter notebookが新規作成された時以下を自動で入力したい #1

Open k-hashimoto opened 3 years ago

k-hashimoto commented 3 years ago
import sys
import os

import matplotlib.pyplot as plt
import pandas as pd
import numpy as np

import pyathena as athena

plt.style.use('ggplot')
plt.rcParams.update({'font.size':15})

%matplotlib inline
k-hashimoto commented 3 years ago

https://qiita.com/yoshrc/items/fc7749726f484504c2b7