Skip to content

Instantly share code, notes, and snippets.

View seojey79's full-sized avatar

김준 seojey79

View GitHub Profile
@yasushisakai
yasushisakai / anaconda_jupyter.md
Last active April 21, 2017 15:26
different Jupyter python path (installed by anaconda)

if jupyter notebook has different paths that python has.... causing No module named ** when you are sure its there in python

how to check

do this in both python and jupyter

import sys
print(sys.path)

and compare the paths.

@stephenll
stephenll / .bash_profile
Created February 2, 2014 02:45 — forked from jernejcic/.bash_profile
.bash_profile file on Mac OS X
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases.
# Much of this was originally copied from:
# http://natelandau.com/my-mac-osx-bash_profile/
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management