2014-07-17 2 views
0

내 ipython 노트가 터미널에서 동시에 삭제 된 지정된 폴더에 있었기 때문에 잃어 버렸습니다.폴더를 삭제 한 후 ipython 노트북이 손실되었습니다.

OSError: [Errno 2] No such file or directory 

ERROR: Internal Python error in the inspect module. 
Below is the traceback from this internal error. 


Unfortunately, your original traceback can not be constructed. 

가 어떻게 restartint없이 커널이 문제를 해결 할 수 있습니다 하고 pwd 또는 cd 나를 준다? (I 추측되는 문제를 해결하는 것이다.) 문제가 해결

답변

0

:

import os 
os.chdir("/Full/path/from/root/to/my/existing/folder") 
관련 문제