강의

멘토링

커뮤니티

Inflearn Community Q&A

josohyun05204895's profile image
josohyun05204895

asked

Introduction to Python for Programming and Data Science

Comma Separate Values 2

tablr 설치했는데 csv파일을 해당 에디터 형태로 불러올수가 없습니다

Written on

·

377

0

cannot read property 'includeInto' of undefined라는 메시지가 뜨는데 어떻게 해야 하나요? 구글링했는데 답이 안나와서요. text 형식으로 열면 열립니다 

bigdatapython

Answer 2

0

josohyun0520님의 프로필 이미지
josohyun0520
Questioner

감사합니다 

0

TeamLab님의 프로필 이미지
TeamLab
Instructor

@calgacus, it looks like I was debugging this at the same time as you (wish I'd seen your comment first, although it might have scared me off!). I just posted a pull request that seems to fix this, at least for me. If you want, you can install it via

apm uninstall tablr
apm install https://github.com/mfripp/atom-tablr.git

I don't intend to do anything more with this fork, but it may help people use this great package until the main code gets fixed.

 
 
 
 
위와 같이 실행후에 진행 부탁드리겠습니다.
josohyun05204895's profile image
josohyun05204895

asked

Ask a question