Skip to content

Instantly share code, notes, and snippets.

View BbsonLin's full-sized avatar
🏚️
Working...

Bobson Lin BbsonLin

🏚️
Working...
View GitHub Profile
@BbsonLin
BbsonLin / gradient-cover.scss
Created December 5, 2017 14:00
Background Gradient Cover
$color-primary: #55c57a;
$color-primary-light: #7ed56f;
$color-primary-dark: #28b485;
.header {
height: 95vh;
background-image: linear-gradient(
to right bottom,
rgba($color-primary-light, 0.8),
rgba($color-primary-dark, 0.8)),
@BbsonLin
BbsonLin / jupyter_theme_setup.sh
Last active July 17, 2022 20:06
Jupyter Notebook Installation and Setting
pip install jupyter jupyterthemes
jt -t monokai -f sourcemed -fs 13 -tf sourcesans -tfs 16 -nf source -nfs 14
jupyter notebook