This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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)), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install jupyter jupyterthemes | |
jt -t monokai -f sourcemed -fs 13 -tf sourcesans -tfs 16 -nf source -nfs 14 | |
jupyter notebook |
NewerOlder