Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Emacs-Jupyter

Provides an interface to enable developers to build Jupyter frontends within Emacs and integrates Jupyter with some of Emacs' built-in features.
Collective - Host: opensource - https://opencollective.com/emacs-jupyter - Code: https://github.com/emacs-jupyter

jupyter-browse-url-in-temp-file: Prevent browsing file multiple times quickly

See https://github.com/dzop/emacs-jupyter/pull/121#issuecomment-495472406

github.com/emacs-jupyter/jupyter - f491936928b0343a01b727134fb109917da749b3 authored over 5 years ago
appveyor.yml: Install libxml2 and libjpeg for tests

github.com/emacs-jupyter/jupyter - 32ed09617c8b6454926eaeb566618f965e884ffa authored over 5 years ago
jupyter-org--set-current-src-block: Use `org-babel-jupyter-language-p`

So that we account for overriding the source block language.

github.com/emacs-jupyter/jupyter - 932baad3792b5ba5d701974ae008d5d8d6e22726 authored over 5 years ago
Add `jupyter-repl-clear-cells`

github.com/emacs-jupyter/jupyter - 4b04834712192ab7611f6977f3501745c4cda3b8 authored over 5 years ago
Change License to GPL3

github.com/emacs-jupyter/jupyter - 5ea32a70f0a6d50a188dc8a1bd5be8e637bc5450 authored over 5 years ago
jupyter-repl-mode: Be more consistent when getting REPL history

github.com/emacs-jupyter/jupyter - 49275c37b844b7e8a07d9f15d5eefbbdeda1f76e authored over 5 years ago
jupyter-ioloop--function: Avoid harmless message when debugging

github.com/emacs-jupyter/jupyter - 361cee8f4a6b7d2862228c238246080d32c71ffc authored over 5 years ago
jupyter-kernel-client: Remove pending-requests slot

There is no need for this slot and is a remnant of an older implementation. A
request is pending...

github.com/emacs-jupyter/jupyter - 15dc560b146ea8fcfabf67be15414f295d0f05bd authored over 5 years ago
jupyter-disconnect-client: Don't close comm by default

But do so for `jupyter-channel-ioloop-comm` as only a single client is meant to
be connected any...

github.com/emacs-jupyter/jupyter - 0b49588096238463801ff513948392424e1a9e7c authored over 5 years ago
jupyter-handle-input-request: Suspend timeouts

See #35.

github.com/emacs-jupyter/jupyter - a5e584e498697b96993e7fbd13eb764692b1a046 authored over 5 years ago
.travis.yml: Fix core file generation on error

github.com/emacs-jupyter/jupyter - 46ec412bfc08142e604c6699af0cf95e96ca8405 authored over 5 years ago
Fix README badges

github.com/emacs-jupyter/jupyter - fdaf7719d80015098bc045ddf7cdf5f6aa627e10 authored over 5 years ago
Add Appveyor badge

github.com/emacs-jupyter/jupyter - 4960b81196469ca15cbfa996a6a1c4a177634343 authored over 5 years ago
jupyter-error-if-not-client-class-p: Allow a class to check against

github.com/emacs-jupyter/jupyter - 7e64dd9f9ceec6f21de10b76ed5419ea961d3a44 authored over 5 years ago
Add new method `jupyter-bootstrap-repl`

github.com/emacs-jupyter/jupyter - f161c7dfacc09f56de31f0ac3ae8c873ee91f69d authored over 5 years ago
Add `jupyter-eval-short-result-max-lines` to README

github.com/emacs-jupyter/jupyter - 0b970e857d4f7a5bc57961ee8cbf4e8a667a0c33 authored over 5 years ago
jupyter-eval-defun: Don't error if no function exists at point

github.com/emacs-jupyter/jupyter - 4aff8ae975c88a4098fe48bf9e3df7c3807dac5e authored over 5 years ago
.travis.yml: Fix core dump command

github.com/emacs-jupyter/jupyter - 3a6aa0f840fbba56729c1c63cd86159beb6dd09d authored over 5 years ago
Add `jupyter-display-current-buffer-guess-where`

github.com/emacs-jupyter/jupyter - 7429755f39d3ecd36029694ed2305e1450f93378 authored over 5 years ago
Update README and CHANGELOG

github.com/emacs-jupyter/jupyter - b5ea944d05ac1e692a22de8e5d6b5e408969efd1 authored over 5 years ago
org-babel-jupyter-initiate-session-by-key: Support remote kernel starts

github.com/emacs-jupyter/jupyter - e05ef4f8d5608f8674212b036401d5d40e5fccc9 authored over 5 years ago
.travis.yml: Show core dump when it happens

From http://jsteemann.github.io/blog/2014/10/30/getting-core-dumps-of-failed-travisci-builds/

github.com/emacs-jupyter/jupyter - e9f7683d68df166faad6022fcf3254935e0ea295 authored over 5 years ago
Add test for `jupyter-locate-python'

github.com/emacs-jupyter/jupyter - 24b6dbadac120d5a95b1453ba671cfd3b9ec5214 authored over 5 years ago
jupyter-start-kernel (jupyter-command-kernel): Change wording of comment

github.com/emacs-jupyter/jupyter - 7bb7e46e1fe7ee7350f54151124120a4e7c08503 authored over 5 years ago
org-babel-jupyter-override-src-block: Be more robust

Fixes #118

github.com/emacs-jupyter/jupyter - edf3097b0457ba84a213946bf96f9ed2f7d0905b authored over 5 years ago
org-babel-expand-body:jupyter: Correct arguments to language specific expander

The language specific expander only expects (BODY PARAMS)

github.com/emacs-jupyter/jupyter - 240dc7ab08af2966fde2b3d60688afce88d55a04 authored over 5 years ago
Handle `isolated` metadata property for HTML results of the R kernel (#115)

github.com/emacs-jupyter/jupyter - 1befd70e9870224273f7b4cb5285c09ab71dfabf authored over 5 years ago
Update CHANGELOG

github.com/emacs-jupyter/jupyter - 8a74e030db9b38b6345c4fa0686e6900aeed9c50 authored over 5 years ago
Add bindings for `jupyter-repl-history-(previous|next)-matching`

These are the same bindings as found in `comint-mode`

github.com/emacs-jupyter/jupyter - 7554293d182504cef20492287144d22ab0db8146 authored over 5 years ago
jupyter-repl-history--rotate: Handle an empty history

github.com/emacs-jupyter/jupyter - d7757d6de4983db363ffbfd9294b4143334a2ae0 authored over 5 years ago
Add prev/next-matching REPL-input-history commands (#108)

github.com/emacs-jupyter/jupyter - b7b01625724a65d7c2af16bb58612b71203b989d authored over 5 years ago
jupyter-with-display-buffer: Let bind `jupyter-current-client`

Since `jupyter-current-client` is a buffer local variable, its value inside the
display buffer i...

github.com/emacs-jupyter/jupyter - 005f2e30bfc9c0e9a27d28e7ea6f61c04e24a28b authored over 5 years ago
Add `jupyter-repl-history-add` tests

github.com/emacs-jupyter/jupyter - 111d105b51e53bd254bdb59cb9d3fda1352c948a authored over 5 years ago
Generalize `jupyter-repl-history` navigation functions

github.com/emacs-jupyter/jupyter - 107fa8042d5057158c439fa652b4a0b3e192b5b1 authored over 5 years ago
jupyter-command: Return nil if command fails

github.com/emacs-jupyter/jupyter - ff0a228939f8c8bbc0fe0628f14ca406ee215241 authored over 5 years ago
Guard against missing status messages when requesting kernel info

github.com/emacs-jupyter/jupyter - d8e3408856ec51c0c0acce02635b64beb7368436 authored over 5 years ago
Skip `jupyter-write-connect-file` test on Windows

github.com/emacs-jupyter/jupyter - 497ba05aa5be9dd3069d115e6022999c63876572 authored over 5 years ago
Once again increase timeouts during tests

github.com/emacs-jupyter/jupyter - d01dd827133b6c738b6075bde60f69c8990fc448 authored over 5 years ago
Use `jupyter-ert-info` in `jupyter-repl-prompts` test

github.com/emacs-jupyter/jupyter - 18f108f1441e7235949fcf677e9492fe9de2cf07 authored over 5 years ago
Be more diligent with processes used during testing

github.com/emacs-jupyter/jupyter - b6d221c835ebc3d67b38737e561ad54282e098ba authored over 5 years ago
Add FIXME for `jupyter-shutdown-kernel`

github.com/emacs-jupyter/jupyter - db3bf0b681e31c036e8ca746a8b510c8bc172d39 authored over 5 years ago
jupyter-start-kernel (jupyter-kernel-process): Don't verify executable path

Doesn't work on remote hosts since `executable-find` is only meant for the
local Emacs instance.

github.com/emacs-jupyter/jupyter - 370524317930aad1fe1ab42cfd9b98d35b9242f2 authored over 5 years ago
jupyter-locate-python: Always return the `file-local-name` of the path

github.com/emacs-jupyter/jupyter - 904434c510778041fc21891db425629c96e9117a authored over 5 years ago
appveyor.yml: Use ert-runner batch script

github.com/emacs-jupyter/jupyter - 4c7b7d61cd4a94f4dff59a7b6f3cfab3e36c3ae8 authored over 5 years ago
jupyter-interrupt-kernel: Don't use a signal when its not possible

github.com/emacs-jupyter/jupyter - dae02fa7d48d58a30a37f79756e52077e896776a authored over 5 years ago
jupyter-make-client: Do boilerplate in less specialized methods

github.com/emacs-jupyter/jupyter - eaf6478aa332681ba9563c15913e9586547a1db8 authored over 5 years ago
Add `jupyter-comm-client-loop`

github.com/emacs-jupyter/jupyter - a775ac29bd5ab5a903a4e9c03116281a9b299aed authored over 5 years ago
Add `jupyter-kernel-lifetime` test

github.com/emacs-jupyter/jupyter - 0f06ea14076e27761840ce0cbfc9c158e0655309 authored over 5 years ago
jupyter-available-kernelspecs: Fix for remote hosts

github.com/emacs-jupyter/jupyter - c9abe85be73a76fdc0b0164457484a0e51f3a8c7 authored over 5 years ago
jupyter-repl-preserve-window-margins: Remove superfluous doc

github.com/emacs-jupyter/jupyter - d7ce2b0c38a9b25784025452d42fd26327826bc1 authored over 5 years ago
jupyter-start-new-kernel: Remove unreliable `jupyter-wait-until-startup`

github.com/emacs-jupyter/jupyter - ea8176d6fa258f479fea52ac7c01a9dc498f45f9 authored over 5 years ago
jupyter-start-kernel (jupyter-command-kernel): Directly use Jupyter's python

instead of relying on the `jupyter kernel` command

github.com/emacs-jupyter/jupyter - 099d2b65112d16d613d2cd32942cf1da24c24a90 authored over 5 years ago
Rework `jupyter-requests-pending-p` test

Getting failures on Appveyor

github.com/emacs-jupyter/jupyter - f7b0ab2bc19c5c94980f4d2ba4b8d2ffbd3809bb authored over 5 years ago
jupyter-start-kernel (jupyter-kernel-process): Display process arguments

github.com/emacs-jupyter/jupyter - f158f10c12d148cdb15b8422795d02291d01a3bd authored over 5 years ago
appveyor.yml: Swap stderr and stdout when running cask

github.com/emacs-jupyter/jupyter - ac7ed04488e993429d0b5159e7cf4b2fcd77aa39 authored over 5 years ago
Make `jupyter-write-connection-file` test more reliable

github.com/emacs-jupyter/jupyter - 3f0a4b7829677dd391862a0668a1779674851c48 authored over 5 years ago
Shutdown kernel after `jupyter-command-kernel` test

github.com/emacs-jupyter/jupyter - 258d1edfdb5fca0ca960abf3fa7900fe72d6236b authored over 5 years ago
jupyter-available-kernelspecs: Use --json argument to jupyter command

github.com/emacs-jupyter/jupyter - 7945b6f44494d600e0ba5d2f8f8d0123bff8af47 authored over 5 years ago
Always name method arguments

If method arguments are not named it gives rise to errors like

`Args out of range: "", 0`

...

github.com/emacs-jupyter/jupyter - b715ada49269ea786300dc7a186f1e83a0c3beb7 authored over 5 years ago
Make `jupyter-weak-ref` test more reliable

github.com/emacs-jupyter/jupyter - 64d9c773dfe42ee15644a4d096b634721bf63fb6 authored over 5 years ago
.travis.yml: Limit output when installing Emacs

github.com/emacs-jupyter/jupyter - eb3708fa0c8341dcc2dd4758ddd9cc25bfece170 authored over 5 years ago
Refactor of `jupyter-kernel-manager.el`

This refactor implements a new class hierarchy to manage the lifetime of a
Jupyter kernel. The f...

github.com/emacs-jupyter/jupyter - 3628cab446d389da1e8c0fc158d97322564fba7d authored over 5 years ago
Fix `initialize-instance` method signature

github.com/emacs-jupyter/jupyter - ab79985580cc396078aa852c47ac0381bc49fe4c authored over 5 years ago
jupyter-test-with-client-cache: Call `accept-process-output`

github.com/emacs-jupyter/jupyter - edb452618e6e5f5737a7ebf87f5289ba96a4ea80 authored over 5 years ago
Increase timeouts during testing

github.com/emacs-jupyter/jupyter - cdfefd500232c79d0e6673c07295a7cd2b39aad3 authored over 5 years ago
.travis.yml: Quiet shell output during testing

github.com/emacs-jupyter/jupyter - c18de820e945667932f76ff42363a92d0bd959a1 authored over 5 years ago
appveyor.yml: Call WaitForExit() on the Emacs process before checking its exit code

github.com/emacs-jupyter/jupyter - c9770d178904d126fc3261be90f1b53d34f39625 authored over 5 years ago
org-babel-jupyter-aliases-from-kernelspecs: Use symbols in `org-src-lang-modes`

This avoids a bug in `org-mode`. Although the documentation of
`org-src-lang-modes` says the mod...

github.com/emacs-jupyter/jupyter - d0000e83821fc70188ef15a7ad1e7fa21c63f6a2 authored over 5 years ago
org-babel-jupyter-strip-ansi-escapes: Handle blocks without results

Fixes #112.

github.com/emacs-jupyter/jupyter - 5cd1e5561659f6630ced1e84f0793aa2ba39bde0 authored over 5 years ago
Shutdown kernel properly when testing

github.com/emacs-jupyter/jupyter - 4302da35efe6890fd87902bfe97f948a62b251a7 authored almost 6 years ago
Try to make `jupyter-weak-ref` test more reliable

github.com/emacs-jupyter/jupyter - e948d4f7057ee85f8a393a07828093eb48fc252c authored almost 6 years ago
Simplify test macros

Also fix misuse of `alist-get`. `alist-get` uses `assq` for comparison by
default, but we are co...

github.com/emacs-jupyter/jupyter - 1d8f28f2fc9d2b2b4280048582f2239650770b3a authored almost 6 years ago
Add more tests

* Add tests for `jupyter-weak-ref`, `jupyter-add-finalizer`, and `jupyter-eval`

github.com/emacs-jupyter/jupyter - 87d078edcad4a9eac87e0a3697ff1e387e79eed6 authored almost 6 years ago
Fix byte compile warning

github.com/emacs-jupyter/jupyter - d8781d594c5594ce72503b18c7b3f99cbe224b79 authored almost 6 years ago
Clarify documentation of `jupyter-channel` methods

github.com/emacs-jupyter/jupyter - 178ce69ace50646baf36141ba17720f58eef6584 authored almost 6 years ago
org-babel-jupyter-strip-ansi-escapes: Avoid `when-let*`

github.com/emacs-jupyter/jupyter - 2091a01b524888c7db2c95521b2a9bd76661beb9 authored almost 6 years ago
Fix two org-src-lang-modes calc issues (#107)

For assoc lang org-src-lang-modes may return symbol sh, (inter 'sh) will
return an error.

Fo...

github.com/emacs-jupyter/jupyter - 59275f655a39e4ffe67e542a8841140a5ea28a0e authored almost 6 years ago
Fast finish when testing on Travis

github.com/emacs-jupyter/jupyter - abd7bed138a948ee818ab2cdf6e24e9b418da416 authored almost 6 years ago
jupyter-R.el: Fix byte compilation warnings

github.com/emacs-jupyter/jupyter - 598359459c5cf803a92e89b3c9a11f16665a9876 authored almost 6 years ago
Add Appveyor build script

github.com/emacs-jupyter/jupyter - 0357961777b147c1907349530947708da96d451b authored almost 6 years ago
jupyter-start-kernel: Don't check access time of conn. file on Windows

github.com/emacs-jupyter/jupyter - f4bf16079deb107d8e346d3757eee41a340849dc authored almost 6 years ago
Handle Windows systems when using `jupyter-ioloop`

On Windows systems we can't poll the STDIN of the created subprocess when using
`jupyter-ioloop`...

github.com/emacs-jupyter/jupyter - f8902383450e03b255fb21394214406ef7b99deb authored almost 6 years ago
Generalize tests for Windows

github.com/emacs-jupyter/jupyter - c8dd1236df78fa1e25c4dfc3a7d7e752365eb245 authored almost 6 years ago
Add test for `jupyter-ioloop-wait-until`

github.com/emacs-jupyter/jupyter - 4a07dc143e5e8635009eaeea5cee1959f75a2b9e authored almost 6 years ago
jupyter-ioloop-last-event: Return nil when there is no process

github.com/emacs-jupyter/jupyter - 1ff22c182744602d859fd25e170e10b5390985d7 authored almost 6 years ago
jupyter-ioloop-add-callback: Use `jupyter-send`

github.com/emacs-jupyter/jupyter - 67d7bce1e3dfab51f89be0991170fd46daf400be authored almost 6 years ago
Update Travis build script

github.com/emacs-jupyter/jupyter - 6bb9390c0e9b605c4ca1094040accd32e0a149e3 authored almost 6 years ago
Bump required zmq version

github.com/emacs-jupyter/jupyter - ea9c7528230e80c1d5c00801dbd848bdb54c554d authored almost 6 years ago
Require `ob-python` when its needed

github.com/emacs-jupyter/jupyter - 3f382a8fe8a539ac124634d4c816444dd91b33d2 authored almost 6 years ago
Add pandoc conversion of rich outputs (#97)

github.com/emacs-jupyter/jupyter - 748598b7beadd5d43cf82ca2e96f8f104d25323f authored almost 6 years ago
Remove buggy R html parsing (#96)

github.com/emacs-jupyter/jupyter - 18a3a271394a91bccd3504b8fb4af8568aeee87f authored almost 6 years ago
jupyter-repl-mode-map: Don't override default `point` motion keys

Closes #100

github.com/emacs-jupyter/jupyter - 9d685b0be423ef7b1bb39f5161f884f7aa45de00 authored almost 6 years ago
org-extensions: (un)fold src block hydra command (#95)

github.com/emacs-jupyter/jupyter - f6421ab72e75dbb92fcbaa76cf0eec84f8cd6470 authored almost 6 years ago
Add initial support for C++

github.com/emacs-jupyter/jupyter - 81de2fba622704a72a1d1f055b33b1ee713bc40a authored almost 6 years ago
jupyter-available-kernelspecs: Fix documentation

github.com/emacs-jupyter/jupyter - b9498b541049e74118ebc8e02b5f3a4f5e7a4e24 authored almost 6 years ago
jupyter-connect-repl: Set `kcomm` slot of client before initializing connection

Fixes #92

github.com/emacs-jupyter/jupyter - 9d39fbeaffd928c9b467a8138e09f656084aae1e authored almost 6 years ago
Add test for `jupyter-connect-repl`

github.com/emacs-jupyter/jupyter - 9dc814e38a80744f80ebdb98d71beb9124f4bbe3 authored almost 6 years ago