คำถามติดแท็ก repl

2
ดูเหมือน 'python-shell-interpreter' ของคุณดูเหมือนจะไม่รองรับ readline
ฉันมีปัญหานี้กับ 25.1 และ Python 3.5 ของฉันบน Ubuntu 16.10 แต่ฉันไม่เห็นว่ามันถูกแก้ไขที่ใด สงสัยว่าสถานะล่าสุดคืออะไร การทำซ้ำ: > emacs -Q --eval '(setq python-shell-interpreter "python3")' แล้วก็ M-x run-python จะช่วยให้ Warning (python): Your ‘python-shell-interpreter’ doesn’t seem to support readline, yet ‘python-shell-completion-native’ was t and "python3" is not part of the ‘python-shell-completion-native-disabled-interpreters’ list. Native completions have been disabled locally. …
13 python  repl 

3
Emacs EIN vs IPython shell
ฉันกำลังพยายามทำให้EINทำงานภายใน Emacs แต่ตอนนี้ (ด้วย IPython 2) ดูเหมือนว่ามันเป็นไปไม่ได้ ข้อผิดพลาดนี้เกิดขึ้น: REQUEST [error] Error from parser ein:json-read: (json-readtable-error) ein: [error] Error (parse-error) while opening notebook list at the server 8888. แต่ในขณะที่พยายามแก้ไขปัญหานี้ฉันเริ่มสงสัยว่าจริงๆแล้วมีข้อได้เปรียบใด ๆ จากการใช้โน้ตบุ๊กเหนือเปลือก IPython พร้อมฟังก์ชั่นเพิ่มเติมทั้งหมดที่ Emacs มอบให้ ดังนั้นคำถามคือ: อะไรคือข้อดีของการใช้ EIN บนเปลือก IPython ภายใน Emacs? มีวิธีบันทึกเซสชัน IPython เป็นไฟล์หรือไม่
10 ipython  ein  python  repl 
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.