Skip to content

Instantly share code, notes, and snippets.

View jmkim's full-sized avatar

Jongmin Kim jmkim

  • Senior Engineer, SSD FW Eng @doubleOplus
  • Busan, Republic of Korea
  • 03:51 (UTC +09:00)
View GitHub Profile
@jmkim
jmkim / jupyter.service
Last active June 7, 2018 02:29 — forked from whophil/jupyter.service
A systemd script for running a Jupyter notebook server.
# After Ubuntu 16.04, Systemd becomes the default.
# Original by Doowon Kim (Doowon): https://gist.github.com/Doowon/38910829898a6624ce4ed554f082c4dd
# Edited by Phil Chiu (whophil) and WesternGun (WesternGun):
# https://gist.github.com/whophil/5a2eab328d2f8c16bb31c9ceaf23164f
# Edited by Jongmin Kim (kdzlvaids): https://gist.github.com/kdzlvaids/5ea776d4ccdbddddea2153085f529831
[Unit]
Description=Jupyter Notebook
[Service]
@jmkim
jmkim / config.json
Created March 17, 2017 12:44 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#7e57c2, 6.5%)",
"@brand-success": "#5cb85c",