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-repl-sync-execution-state: Don't set client execution-count

Setting the execution-count already happens in
`jupyter-handle-message`, called in one of the su...

github.com/emacs-jupyter/jupyter - 2381587ff8be2fe0ccfcbbe56ca2b823f894ce8c authored almost 2 years ago
jupyter-websocket-io: Ignore unused variable

github.com/emacs-jupyter/jupyter - 1b7ac4506e29093a6f492283880ac40c623d4795 authored almost 2 years ago
jupyter-kernel-process: Add `connect-p` slot

This is used to distinguish between a connection made to an already
existing kernel vs one that ...

github.com/emacs-jupyter/jupyter - 97dcb49e46282b89907377afa93854e05c4a6952 authored almost 2 years ago
jupyter-kernel-process: Handle fatal signals of a kernel process more cleanly

In the process sentinel, only consider the process dying as unexpected
when the process object s...

github.com/emacs-jupyter/jupyter - 37c3187f8fe88d43624d95b4323c11f7f73f77ca authored almost 2 years ago
jupyter-io (jupyter-server-kernel): Remove type checking on argument

The type checking happens inside the function already.

github.com/emacs-jupyter/jupyter - 7c3d3a70b4e46e9e421371750330d71fc616d1e3 authored almost 2 years ago
Fix `jupyter-kernel` method names for `jupyter-kernel-process`

github.com/emacs-jupyter/jupyter - c47345f6ec877867c9915b88c8b20bded838455e authored almost 2 years ago
Rename `jupyter-kernel-process-io` to `jupyter-zmq-io`

github.com/emacs-jupyter/jupyter - 11456b4a4a361e5b81b49de2dfa431323a2568f2 authored almost 2 years ago
Re-add call to deactivate interaction buffers when killing REPL buffer

github.com/emacs-jupyter/jupyter - 24c46ac7c0fdb224aa89387b1de11a307bb61e6c authored almost 2 years ago
jupyter-return-delayed-thunk: Use `thunk-delay`

This makes it so that when a delayed value is bound, via
`jupyter-mlet*`, it always results in t...

github.com/emacs-jupyter/jupyter - b7ca2d47fa36f40da7ba8356f7c671b5c40f6686 authored almost 2 years ago
Use `jupyter-result` in one place

github.com/emacs-jupyter/jupyter - ae9b0c0c8454984ceb8c99c3e571c5bc14f17713 authored almost 2 years ago
Rename `jupyter-send` to `jupyter-sent`

`jupyter-send` is already defined as a method which takes more than
one argument and I couldn't ...

github.com/emacs-jupyter/jupyter - a5399f793c0081232d1921c376da88b9bc9ce79e authored almost 2 years ago
Introduce accessor function to a client's IO slot

github.com/emacs-jupyter/jupyter - c53d15af6dab14b4bacf93ba8c67f31c809e0611 authored almost 2 years ago
Remove `jupyter-current-io`

github.com/emacs-jupyter/jupyter - 6c55e5bae5aaa080b8a9fb76baac242d5077667d authored almost 2 years ago
Add a GitHub test workflow

github.com/emacs-jupyter/jupyter - 79cc6daa09d262e23f7b98c3fcf444871d001778 authored almost 2 years ago
Fix unbound variable error

github.com/emacs-jupyter/jupyter - 99c981c1ccf32cc2be397047b422ac54aff3d694 authored almost 2 years ago
jupyter-websocket-io: Remove the use of `websocket-ensure-connected`

The function no longer exists in the `websocket` library.

github.com/emacs-jupyter/jupyter - 9d75eab5dffa840aa600d3fce92245445c48c299 authored almost 2 years ago
Add missing argument

github.com/emacs-jupyter/jupyter - ff4b2683c344f5abaa08427d8390c8acd6a8de16 authored almost 2 years ago
Re-add the `jupyter-io` method

github.com/emacs-jupyter/jupyter - 313cc02fa6c58c93d636ee35febad89a1e692182 authored almost 2 years ago
Fix port tunneling when connecting to remote kernels

github.com/emacs-jupyter/jupyter - aadc3ebc881c86683eb9eac347dbefa309af3709 authored almost 2 years ago
jupyter-eval-result-callbacks: Add missing `region` variable

github.com/emacs-jupyter/jupyter - d25d9a48dd1a910507a9d8ade5db3f8580e3505c authored almost 2 years ago
jupyter-mlet*: Simplify

github.com/emacs-jupyter/jupyter - dabcf2a5b8f0ece1adb3569494138bfbcbbb6aa9 authored almost 2 years ago
Add a way to debug the message stream from a kernel

Previously it was hard to step through the code whenever messages were
coming in live from a ker...

github.com/emacs-jupyter/jupyter - 969cb1ebd77e16814eb0c2d7656977af7294d7c0 authored almost 2 years ago
Fix `jupyter-mlet*` binding

github.com/emacs-jupyter/jupyter - 3b94b2b4dc319064ccc055eeffe4c577515c938e authored almost 2 years ago
jupyter-run-repl: Abstract out server determination code

github.com/emacs-jupyter/jupyter - ba79115fc4d29d9c7030741dc605e1442a2b6489 authored almost 2 years ago
Fix return value of `jupyter-zmq-io`

github.com/emacs-jupyter/jupyter - ea199e3f77485bb17a926799dc10d9ef4f19f38b authored almost 2 years ago
Remove obsolete documentation

github.com/emacs-jupyter/jupyter - 4cad7c18be7bf0c1dd0d2aad3acc78fca9f43f97 authored almost 2 years ago
Add `jupyter-with-client-handlers`

github.com/emacs-jupyter/jupyter - 3492d91c0426fc7d0a0909b9e8351ac48832ffa3 authored almost 2 years ago
Add monadic API tests

github.com/emacs-jupyter/jupyter - 71a25c3ddeaf28b22e612cc6aa06b9ad89f19b64 authored almost 2 years ago
jupyter-ioloop: Subclass `jupyter-finalized-object`

This is needed since `jupyter-add-finalizer` is used in
`initialize-instance`.

github.com/emacs-jupyter/jupyter - 6fe02d9e91d7fb51d3a23e9161df18ab96cc9876 authored almost 2 years ago
Signal an `unbound-slot` error when a client isn't connected in some functions

Previously these functions would do nothing when a client isn't
connected, but it would be usefu...

github.com/emacs-jupyter/jupyter - 5ca326ffd41552735d8ad57e0533780375cb21fd authored almost 2 years ago
Shutdown kernel when killing REPL buffer

This brings back the previous behavior of shutting down a kernel when
killing its REPL buffer. ...

github.com/emacs-jupyter/jupyter - 1daf4463c13402b5ee6be883ed8903812688247a authored almost 2 years ago
jupyter-repl-kill-buffer-query-function: Update documentation

github.com/emacs-jupyter/jupyter - 8f66fe872d9fe9ace6a44529a7c5de9315d90918 authored almost 2 years ago
Add the `jupyter-use-zmq` custom variable

github.com/emacs-jupyter/jupyter - 6418de7ef5bc4586945f372c4e564effb933479b authored almost 2 years ago
Hot load correct `jupyter-kernel` implementation in the default one

That is, ensure the `jupyter-kernel` implementation that can handle
the keywords provided in a c...

github.com/emacs-jupyter/jupyter - a1caa152440ab241d11c06300219cb45f2abe8d2 authored almost 2 years ago
Update README section

github.com/emacs-jupyter/jupyter - 212d41b0eb2e23d1eb6f2879b67e0bcf793ef2b9 authored almost 2 years ago
jupyter-kernel: Move conn-info key handling to "process" :extra method

github.com/emacs-jupyter/jupyter - 86beb065db3850657155ae3267265d13d6a54953 authored almost 2 years ago
Rename `jupyter-reply-message` -> `jupyter-reply`

github.com/emacs-jupyter/jupyter - d061c6eb89834a95f681ac817c00c459caf7dcb5 authored almost 2 years ago
jupyter-tunnel-connection: Use `jupyter-read-connection`

github.com/emacs-jupyter/jupyter - 9152bcbcaaa6c6e8283cf0436138e6499b544f0c authored almost 2 years ago
jupyter-repl-execute-cell: Avoid setting client execution-count

github.com/emacs-jupyter/jupyter - 5a9a0687349e84e4ac9449294d1118bf7a939a92 authored almost 2 years ago
Remove `jupyter-then`

github.com/emacs-jupyter/jupyter - d4c9e244657c247a62634599a4f95bce02343edb authored almost 2 years ago
Add `jupyter-result`

github.com/emacs-jupyter/jupyter - 423bdd76d87afab3afa13994f399fbc617689eca authored almost 2 years ago
Fix failing tests

github.com/emacs-jupyter/jupyter - a1f4d4d01336aa16da285cff97ffbc0069f09898 authored almost 2 years ago
Silence the byte compiler

github.com/emacs-jupyter/jupyter - 0a9aeb86bd39b7c08e06b09e3557f5b4fe4f2040 authored almost 2 years ago
jupyter-zmq-io: Launch kernel before attempting to initialize its I/O

github.com/emacs-jupyter/jupyter - abf28f6edc4c0acf4f2b50f08734036bef7b9492 authored almost 2 years ago
Work around a bug when using `jupyter-with-client` in `jupyter-kernel-info`

There would be a `max-lisp-eval-depth` error issued when attempting to
let bind `jupyter-current...

github.com/emacs-jupyter/jupyter - 801a2d9da34b2aaa5a0ff3adcffe0c2640205095 authored almost 2 years ago
Fix reference to free variable

github.com/emacs-jupyter/jupyter - b678e476661700b93a91dd8ba1d2d09afc574b2e authored almost 2 years ago
jupyter-zmq-io: Convert channel to keyword before sending to ioloop

github.com/emacs-jupyter/jupyter - 9c9327a17d579952f01765ecedb506e493009ca4 authored almost 2 years ago
Partially revert "Remove zmq dependency"

This partially reverts commit 2ee94714cbff4c9a4a68b1148c95bf840d21b8f3.

github.com/emacs-jupyter/jupyter - 942967f394e1895f3c2bab62ae37b7eb73c2bc30 authored almost 2 years ago
Fix unbound slot reference

github.com/emacs-jupyter/jupyter - a852074c300a8c1fd01da83d06b019663f8206b9 authored almost 2 years ago
org: Only allow remote SSH sessions when ZMQ is being used

github.com/emacs-jupyter/jupyter - a60699c3faa5027807b3b42a965ef29eed2b934b authored almost 2 years ago
Cask: Depend on ZMQ during development

github.com/emacs-jupyter/jupyter - 7ce478b5af7607b28da5ec0112a24baa5f1a91de authored almost 2 years ago
Implement the state monad more accurately

github.com/emacs-jupyter/jupyter - 8255cc2f172ade2a99823e143c4909d0aa1be3c4 authored almost 2 years ago
Wrap `jupyter-mlet*` calls with calls to `jupyter-run-with-client`

github.com/emacs-jupyter/jupyter - aa3c32792e89189969d76dc34eb0ffbfd27ff369 authored almost 2 years ago
Update `jupyter-kernel-process` test

github.com/emacs-jupyter/jupyter - 170d63f27814dddce61e8ce82c24064dae9e2a7c authored almost 2 years ago
Add missing comma in backquote expression

github.com/emacs-jupyter/jupyter - 48eb141ea0665c6ca65c2473a3f85c3a35a0a946 authored almost 2 years ago
Remove unnecessary `cl-defgeneric`

github.com/emacs-jupyter/jupyter - a530037553c7150f7d2813a758c902ec1bfe5814 authored almost 2 years ago
Remove stale documentation

github.com/emacs-jupyter/jupyter - c74da6bd9419164218e7ccee128a660e11bd676b authored almost 2 years ago
Reduce doc string to less than 80 characters long

github.com/emacs-jupyter/jupyter - 900bb9dcc28e2afa49fda3d1a245f1da3e8e4888 authored almost 2 years ago
jupyter-interrupt: Interrupt a process only if it's live

github.com/emacs-jupyter/jupyter - c3f53da945b8c63440b6bdd76d91c1c474dbee14 authored almost 2 years ago
Replace call to `jupyter-add-callback` with `jupyter-subscriber` equivalent

`jupyter-add-callback` no longer exists.

github.com/emacs-jupyter/jupyter - 5d7d1e1dc8786b585c6089a0d548b4e5b5bbac4a authored almost 2 years ago
Add `org-babel-jupyter-language-aliases`

github.com/emacs-jupyter/jupyter - 5f73858bd8cdac84a3a14000d4532c28fb3739bf authored almost 2 years ago
Remove `jupyter--eval-insert-execute-result`

github.com/emacs-jupyter/jupyter - 32376a22b57f5b1709aec9662543ab9a9d1a602a authored almost 2 years ago
ob-jupyter: Raise an error when ZMQ is not available for remote sessions

github.com/emacs-jupyter/jupyter - 775820a1ae71105833d40569442d106d93ec5a7d authored almost 2 years ago
Add `jupyter-connection-file-to-session` and use it in process kernels

github.com/emacs-jupyter/jupyter - 154ecb48df194c8b996f8c98060520d2aca3e823 authored almost 2 years ago
Add zmq tag to ioloop tests

github.com/emacs-jupyter/jupyter - 14bb4238cad4d792948b7672245a5233e306339f authored almost 2 years ago
jupyter-mlet*: Remove an unneeded `let` binding

github.com/emacs-jupyter/jupyter - b96ed78418266c835e16c10197f7a79225bbb741 authored almost 2 years ago
Fix undefined function

github.com/emacs-jupyter/jupyter - e93cb599d23b9ec944a49f2f4f1e53035ba5749a authored almost 2 years ago
Define a variable before it is used

github.com/emacs-jupyter/jupyter - cd807bcc4208e782381e354dbdffb51f45fe7f0f authored almost 2 years ago
Fix outdated IOLoop test

github.com/emacs-jupyter/jupyter - dfcc400939a4e5c352886001f04909b1e78b2b20 authored almost 2 years ago
jupyter-repl-completing-read-repl-buffer: Modify return value

Return nil in the case that there are no REPL buffers available,
previously an error was raised....

github.com/emacs-jupyter/jupyter - f859568eafe3c04ddbe51f83c1127afc4a963c06 authored almost 2 years ago
Partially revert "Remove no longer used files"

This partially reverts commit 472d6bf3224911fefbbad5da4aefef6f3510d824.

github.com/emacs-jupyter/jupyter - 23b9d03f3e43af7c5a8be134e19a8a4251a0fd97 authored almost 2 years ago
Take into account changed return value of `jupyter-available-kernelspecs`

github.com/emacs-jupyter/jupyter - 23b51e275efaa261c721357d82e026640da03d21 authored almost 2 years ago
Remove a use of `jupyter-request-last-message`

github.com/emacs-jupyter/jupyter - fdf640761624819bc4230670dba8faf2d62a02b3 authored almost 2 years ago
Reintroduce previously broken test

github.com/emacs-jupyter/jupyter - f2d99b2007f7b8ff8a21fd703d63af80ff1c8c85 authored almost 2 years ago
Remove requests slot of a client

github.com/emacs-jupyter/jupyter - bbb32457a9d120bf446a2e8a92ab2fcb800ded39 authored almost 2 years ago
Set `jupyter-current-io` in `jupyter-with-client`

github.com/emacs-jupyter/jupyter - f957696f268d4d26ed3b9b5eaa9abd7aaf6d8026 authored almost 2 years ago
Fix call order in test clean up

github.com/emacs-jupyter/jupyter - 31e1cc68fddffccf95a00aa0474d39c4189a0598 authored almost 2 years ago
Remove the `callbacks` slot of a `jupyter-request`

Callbacks are added to a request using `jupyter-message-subscribed`.

github.com/emacs-jupyter/jupyter - 3c2cc773481b3269717085c3202e0c3391d68a1b authored almost 2 years ago
Remove calls of `jupyter-wait-until-received`

github.com/emacs-jupyter/jupyter - 039decdc975746f0d5bb006393106e9e0526127a authored almost 2 years ago
Remove dependency on `jupyter-map-pending-requests`

github.com/emacs-jupyter/jupyter - 84579895103ef8fc7b993352435e1180392eb6be authored almost 2 years ago
Use `pcase-let` in a few places

github.com/emacs-jupyter/jupyter - a27574f9bba4d23ca45362a490b80d52e856a935 authored almost 2 years ago
Verify `jupyter-inhibit-handlers` outside of `jupyter-send`

github.com/emacs-jupyter/jupyter - 6842b84e2e331f87f9ca39ae55da19737a38f187 authored almost 2 years ago
Add the `jupyter-kernelspecs` method

Replaces both `jupyter-available-kernelspecs` and
`jupyter-server-kernelspecs`.

github.com/emacs-jupyter/jupyter - 585735213519b2072be3f7732f823579e464df5a authored almost 2 years ago
Add :parent-request member when publishing request messages

github.com/emacs-jupyter/jupyter - e1221d55a1aea6b409bf37a6df45a1d42231d11e authored almost 2 years ago
Remove `jupyter-last-sent-request`

github.com/emacs-jupyter/jupyter - b46cf42aa39c7aa8f4711ff3bb4fd759c01c2b0b authored almost 2 years ago
(send ... (request ...)) -> (request ...)

github.com/emacs-jupyter/jupyter - a76d772716dfac33827f8f119cbf1631b77efd18 authored almost 2 years ago
monads: Reword doc

github.com/emacs-jupyter/jupyter - 0f271ec3221b4eed96ab774102411eb9dc1cd370 authored almost 2 years ago
Remove unused functions

github.com/emacs-jupyter/jupyter - b763c09778772e9a161ed93494e9a66ff06fa903 authored almost 2 years ago
Use `jupyter-connected-p` in one place

github.com/emacs-jupyter/jupyter - 63a1b846d66d8d4f08b7d36fe8cb400cc3064c05 authored almost 2 years ago
Remove some comments

github.com/emacs-jupyter/jupyter - 9dd6268fa5b50c731defd85c721d6f95fb84524a authored almost 2 years ago
Fix interactive spec of `jupyter-run-repl`

github.com/emacs-jupyter/jupyter - 1e1399b5b6f5933442df18cb8d4f23a4fa519349 authored almost 2 years ago
Fix wrong number of arguments

github.com/emacs-jupyter/jupyter - b77dd297e3ced388c271e8e79fdfb6495c214c19 authored almost 2 years ago
Add :callbacks and :handlers keys to request calls

github.com/emacs-jupyter/jupyter - ac35f52e022672ba09e63771d295ae29ef91de42 authored almost 2 years ago
Fix input_request handling

github.com/emacs-jupyter/jupyter - bb12d37e05bb089810deab6c81b323b06d31dc6c authored almost 2 years ago
Remove unused macro

github.com/emacs-jupyter/jupyter - f0712a2a4dc8fb949b91d844f3aec7f6c5afc045 authored almost 2 years ago
Comment out failing part of test

github.com/emacs-jupyter/jupyter - f81a44b865aae6f77f1f058da820cfb39e58b11e authored almost 2 years ago
Fix wording in a few comments

github.com/emacs-jupyter/jupyter - baa01cbcac0298bcbd18b988ad2c3dd19d773b6f authored almost 2 years ago
Add `jupyter-restart-kernel`

github.com/emacs-jupyter/jupyter - f92e14f62bade2c1988b34c21b78017eca8b0670 authored almost 2 years ago