Skip to content

Instantly share code, notes, and snippets.

View dshulchevskiy's full-sized avatar

dshulchevskiy

View GitHub Profile
@dshulchevskiy
dshulchevskiy / add_sublime_shortcut.py
Last active May 28, 2020 14:06
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')