mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Update CONTRIBUTING.md
This commit is contained in:
parent
4ff3c89e7b
commit
60b457ee38
1 changed files with 17 additions and 0 deletions
|
@ -7,6 +7,23 @@ for bug report.
|
|||
|
||||
## Avoid standard Emacs traps
|
||||
|
||||
### It is Emacs not all
|
||||
|
||||
Do you try the same thing in normal IPython notebook (i.e., browser)?
|
||||
If not, please try. There can be problem in your IPython installation.
|
||||
|
||||
|
||||
### Your Emacs configuration
|
||||
|
||||
There can be some configuration EIN does not work well with. To check
|
||||
if the problem is in the configuration or not, the best way is to start
|
||||
EIN in a clean Emacs (i.e., without your configuration).
|
||||
|
||||
You can use zeroein.el to start EIN in a clean Emacs.
|
||||
See the Quick try section in the manual:
|
||||
http://tkf.github.com/emacs-ipython-notebook/#quick-try
|
||||
|
||||
|
||||
### Badly compiled file
|
||||
|
||||
Remove all `*.elc` files from EIN source directory and its
|
||||
|
|
Loading…
Add table
Reference in a new issue