Commit graph

26 commits

Author SHA1 Message Date
dickmao
0490031ec8 Sane File Navigation
As emacs users we prefer and have the luxury of fuzzy file navigation
via ido and projectile.  From a notebook or notebooklist buffer, the commands

`C-c C-f` ein:file-open
`C-c C-o` ein:notebook-open

offer an ido alternative to point and click navigation.

To populate the ido lists, retrieving the content hierarchy is on by
default.  Two custom variables determine how wide and deep the content query
probes (currently at 2 levels deep and 6 directories wide).  Set both
to zero to turn off.

tkf half finished code to quickly go from local file buffers to notebook
mode via `C-c C-z` or `C-c C-o`.  This is now possible.  EIN will
start the server from a suitable parent directory of the visited file.

Enable ido completion for `notebooklist-login`.

Remove the albatross `ein-loaddefs.el` in favor of more standard
`ein-autoloads.el` that is not git tracked.

Convenience `make install` from git source (local alternative to
melpa).
2018-10-26 18:40:19 -04:00
John Miller
213cea559e ein-jupyter: Add timeout to ein:jupyter-server-start
Add configurable timeout (see `ein:jupyter-server-run-timeout`) that will
hopefully abort calls to `ein:jupyter-server-run` that hang; this is to help
with issues like those reported in #176.

Also update documentation, dependencies in preparation for 0.13.0 release.
2017-09-03 10:29:54 -05:00
Robert O'Connor
1fc20669bc
This seems to be the culprit for #119
Fixes #119

Also Resolves syl20bnr/spacemacs#7181
2016-10-16 22:31:23 -04:00
John Miller
b242519fa5 Merge branch 'master' into 38-fixing-testing 2016-09-24 12:26:24 -05:00
John Miller
e98003f8fd Make zeroein.el work with subtrees 2016-09-09 10:07:35 -05:00
John Miller
5245d70087 Setuptools for testing
Depending on Makefile ties us to Unix systems. Automating testing
and setup through setuptools might make testing on Windows less
complicated.
2016-07-02 19:12:49 -05:00
John Miller
43b91785ac Cleanup
Remove unsupporting versions of Ipython for testing.
2016-04-22 14:59:34 +00:00
John Miller
10154bfa9e Actually update zeroein.el.
Sigh.
2015-03-26 13:13:49 -05:00
millejoh
84f478aed6 Improving ipython 3 support in testein.py. Lots of fixes for notebook tests to
properly test nbformat 3 notebooks.
2015-02-02 13:20:24 -06:00
John Miller
d8e5a3e1bc Revert "Renaming to ein2"
This reverts commit 029f72d46d.
2014-12-09 10:42:39 -06:00
John Miller
029f72d46d Renaming to ein2
Renaming to ein2 in preparation for submitting to melpa. Note this
changes how you load ein! Call (require 'ein2) now instead of (require
'ein).

Note also that you can't load both ein and ein2 at the same time, so you
should delete ein from your packages before trying ein2.
2014-12-06 13:22:13 -06:00
millejoh
c8c36192c3 Update arguments to avoid loading an init file (makes it easier for me
to test using a 'vanilla' emacs environment).
2014-05-10 12:57:48 -05:00
Takafumi Arakaki
e24078b03b Add request as dependency 2012-12-29 18:55:06 +01:00
Takafumi Arakaki
a3a0148375 zeroein.el works with --eval options now 2012-12-06 23:16:44 +01:00
Takafumi Arakaki
1b6f5dd169 lisp/zeroein.el does not run for a new repo
Git creates empty directories for submodules so the old zeroein.el
fails to detect absence of submodules.  As "git submodule update"
is cheap to run, let's run this unconditionally.

Thanks to Michael Kuhlen for issue report.
2012-10-06 23:17:31 +02:00
Takafumi Arakaki
c102a5a7a9 Better dependency handling in zeroein.el 2012-09-30 21:01:16 +02:00
Takafumi Arakaki
eeaeaa3ea0 Do not use nxhtml/autostart.el but manually add path
nxhtml/autostart.el can cause error
"Symbol's value as variable is void: image-types"

See:
https://travis-ci.org/#!/tkf/emacs-ipython-notebook/jobs/2589848/L148
2012-09-28 01:34:17 +02:00
Takafumi Arakaki
3cbdff6ee5 Call ein:dev-print-sys-info in zeroein.el 2012-09-28 01:14:09 +02:00
Takafumi Arakaki
5f284d2f5b Fix ac-dictionary-directories in zeroein.el 2012-09-28 01:08:28 +02:00
Takafumi Arakaki
892ad8ec29 Call ein:notebooklist-open 2012-09-28 00:52:01 +02:00
Takafumi Arakaki
3008026ea6 Call "git submodule update" from zeroein.el 2012-09-28 00:50:33 +02:00
Takafumi Arakaki
1415ee3ec0 Refactor zeroein.el: add zeroein:dependencies 2012-09-28 00:26:28 +02:00
Takafumi Arakaki
2bbc6d73b2 Add shebung to make zeroein.el executable
See also:
http://stackoverflow.com/questions/6238331/
2012-09-28 00:19:59 +02:00
Takafumi Arakaki
f5cf7967a5 Suppress compiler error 2012-09-28 00:14:28 +02:00
Takafumi Arakaki
8823835f5a Fix load-path in zeroein.el 2012-09-28 00:14:08 +02:00
Takafumi Arakaki
397bbb24fc Copy zeroein.el from zeroein master 2012-09-27 23:54:28 +02:00