Skip to content

Instantly share code, notes, and snippets.

View wolterlw's full-sized avatar
🇺🇦

Volodymyr wolterlw

🇺🇦
View GitHub Profile
@wolterlw
wolterlw / add_sublime_shortcut.py
Created September 10, 2018 16:18 — forked from dshulchevskiy/add_sublime_shortcut.py
Sublime shortcut for jupyter notebook
"""
Sublime shortcuts for jupyter notebook
"""
from jupyter_core.paths import jupyter_config_dir
import os
custom_js_path = os.path.join(jupyter_config_dir(), 'custom', 'custom.js')
custom_path = os.path.join(jupyter_config_dir(), 'custom')