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
github.com/emacs-jupyter/jupyter - 8926e90f371dbcc38eb17261667b4a4443d98bd7 authored almost 6 years ago
Closes #82
github.com/emacs-jupyter/jupyter - 34a4833fdd834dd65bc06d7b44bbb2bf5497e5c7 authored almost 6 years agogithub.com/emacs-jupyter/jupyter - e7de8b31afc80820843d014f114100e87ff14749 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - f744661ac76ccc0ed72574bd6da9852ca481d6aa authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 6606fc65e553d1bab576a288ab6900397f2822a8 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - cdc9d1fc6ff4ef4c6735774d2cd24ea4ddc2a107 authored almost 6 years ago
The previous mechanism to communicate with a kernel was too low level from the
perspective of a ...
Closes #86
github.com/emacs-jupyter/jupyter - 923e30e0f7834ca7924c1bf5537fd07c94305717 authored almost 6 years agogithub.com/emacs-jupyter/jupyter - 49571ecd8dad725680e7088dcd16dc6b41e69104 authored almost 6 years ago
This accounts for changes in
dzop/emacs-zmq@b35b0b5fcd152a959fb9fcabb8161033ca073828, in particu...
This was too arbitrary. Leave the setting of `jupyter-ioloop-timeout` to users.
github.com/emacs-jupyter/jupyter - a6e41c5b42f516c7201d6cff78ee60c6290c541a authored almost 6 years ago
This ensures that the channel is allowed to get garbage collected if a client
goes out of scope ...
github.com/emacs-jupyter/jupyter - 89fb38da058c0599cef0d851d609709a41bb957f authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 2cfdd6ecfbe1933e1d10af05f778d56e2f728e3a authored almost 6 years ago
There are sometimes intermittent failures which seem to originate from this.
github.com/emacs-jupyter/jupyter - e08d451f2a21cf20a095836d6f48a8b255d2df7f authored almost 6 years ago
Instead of using `jupyter-eval` which creates unnecessary `:execute-input` and
`:execute-result...
github.com/emacs-jupyter/jupyter - 96c872fb7ce586774d956ef4ca6595a2f9585868 authored almost 6 years ago
Fixes #76.
github.com/emacs-jupyter/jupyter - 82ec2fb78697273cb229607f2f8b9abc6051fb31 authored almost 6 years agogithub.com/emacs-jupyter/jupyter - 128a10c156a88664a4cdfa41286da0f555aa77ed authored almost 6 years ago
This also removes the use of `shell-command-to-string`, replacing it directly
with `process-file...
github.com/emacs-jupyter/jupyter - 03ead7392ea9efb994a20c9b3b79d132362d9182 authored almost 6 years ago
This also fixes an edge case when there is only one blank line after the source
block. The previ...
github.com/emacs-jupyter/jupyter - 00fa25a11717833afbcad39e43105bacca9fae90 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 6a1afa16236e9cb1437069a4d8f619bdbe862815 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 460eba73ec1f78cae739b740b22ccf0c07b306d8 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 03a8067e6ea9cfdfd07ffbf20ed37cd84f5e5b41 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - d4e24d78703d3ebac360b6e651862b8e20ab9488 authored almost 6 years ago
If `point' is not on a source block, look near `point' for a source block with
a Jupyter languag...
github.com/emacs-jupyter/jupyter - 7301d6a58cdfc2ed7694bed0944a34fd3ab10a60 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - fbdbe60c95f6d321aaee495417983700d2641114 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 580776bf58be1e4605c3a650643fb9771f295b8f authored almost 6 years ago
`avy-with` is a macro that might not be defined at compile time, but at the
same time we do not ...
github.com/emacs-jupyter/jupyter - c3e67281f1ec4ca3049aa26b62151275c496aea9 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 9ff172229392af8a602ea727cad695d8857516e5 authored almost 6 years ago
See https://github.com/dzop/emacs-jupyter/issues/70#issuecomment-476940527
* jupyter-kernel-man...
github.com/emacs-jupyter/jupyter - ad5113b9a72ddff6586ec2611cc7bf08a28a5b9e authored almost 6 years agogithub.com/emacs-jupyter/jupyter - 4a01e375ae289acdad6537afaffcc9f2adaff42d authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 25975b9fae320af1642aa8c5d3440d1c28baba66 authored almost 6 years ago
The `execution-count` slot of a `jupyter-kernel-client` is now updated higher
up in the message ...
github.com/emacs-jupyter/jupyter - a6e476a624339c5557706bf25a5de2187276b06d authored almost 6 years ago
There is really no reason for this sync since it happens after checking if the
kernel is busy an...
github.com/emacs-jupyter/jupyter - 67984994a87553c3d88f85aba64f3b5dab3cc194 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 7c2e32dfb4bc8d8e2152c940d4c78911b7e56183 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 8c11fc06153624c011da56e57466e30fd97f5a9f authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 49a25754da8b12e169c539b1005920d4eb61f6a1 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - c0c8ac7fae8df798af6d1e0717c284981a4127a0 authored almost 6 years ago
When a kernel restarts, `jupyter-start-kernel` will overwrite the slots
corresponding to externa...
Mainly variable re-naming and in preparation for adding in auto-restart
support.
* `jupyter-hb-...
github.com/emacs-jupyter/jupyter - 7ea17ae492420cff62d36f46aeea660ea9388afd authored almost 6 years agogithub.com/emacs-jupyter/jupyter - 8004ca188f16029fcb63a01469899088023c52af authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 7fec895c034fa48513c506f987883f8890236e37 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 3f3db5352769eb06b755a3ba231833c6f8650d0c authored almost 6 years ago
github.com/emacs-jupyter/jupyter - efeae991315594079fbd9e0cc70b9d23aa31a744 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 0e8e10babb65d4f25c516ef43b3012079abb4c65 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 0499e187d005eb251546437398149d51b6e7bb2f authored almost 6 years ago
For this case, no tunnels actually need to be created since docker can expose
ports using the -p...
github.com/emacs-jupyter/jupyter - 33bae1762d8daedfecec29bd3586fb8d254a766f authored almost 6 years ago
This is a better default when considering kernels like Clojupyter.
github.com/emacs-jupyter/jupyter - e299a3b3eb4eb53b943bd027db9a8fa6919acf56 authored almost 6 years agogithub.com/emacs-jupyter/jupyter - c010d83696a59c2de217427b315f434dc47ea9b6 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - ffb53244ce98db11c3ec0c92002d959c8a55bf47 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 3b6b60d8037811547c38ac3a407eeedd6c07ed2b authored almost 6 years ago
`accept-process-output` will return when any output has been read from a
process (after it has b...
github.com/emacs-jupyter/jupyter - c0d13396bb356b1ad2582a1c61e9eb6630cace85 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 129f53f7a8328cfd13a3f30280aa2093d46c3de9 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 3f489d38837d6005509f22cf080a504c5417f85f authored almost 6 years ago
A shutdown-reply message received by a request implies that no other messages
will be received f...
* Use `hash-table-count`
* Fix the check on determining how many pending requests there are
github.com/emacs-jupyter/jupyter - 08d974f4db129cd616dd17a0f2ecee5589994c79 authored almost 6 years agogithub.com/emacs-jupyter/jupyter - 3f55bb0def613c12053f23281bfcc923179ffc51 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 89ab86ca18bd0c2dca28c31e81b603daa154b8ad authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 52253f4f840dba44bbe3ea525a2799e7d97d357c authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 3adf0dc336ec17c65f2ce5b66eb0f0a83f0bda17 authored almost 6 years ago
See #59.
github.com/emacs-jupyter/jupyter - e4110ae81b761a778a6afa89949e8ca867c5b731 authored almost 6 years agogithub.com/emacs-jupyter/jupyter - 40624d89308fbc0507385ad0add6be899f3d4148 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 26f191a44bbc0ebc19a874f5fa1bec1715136081 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 173ec1cfaa1eb329792b81c485117c411c6a1811 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 4f168bfc47cac068abc9dc8eab3109ecd461e39a authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 1cc29e2ba0a25900edc08d8abdd8f958d6be4809 authored almost 6 years ago
This can happen, e.g. when loading jupyter-org-client.el directly from source
since `org-element...
github.com/emacs-jupyter/jupyter - 83af335166a28e131159fc95586a0d0abe8efde4 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 7e0470c1290d535664ff344e276250b7d56af29d authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 6a81470be9a3e0bfc842f9b1e4a667d49e6c3e1b authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 662e98361251a2e238f4a038e62c5552b1777c2a authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 139949528c427d5cf30adb40b2e4c2613e1320f1 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 75648917cba757fbf3cb20bca9aacdd84793bc59 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 23481e1d5145a42751b92bad6e905172613a8625 authored almost 6 years ago
* Port scimax's org facility functions
We provide a hydra to easily use the functions.
By de...
github.com/emacs-jupyter/jupyter - 6eb86f0a520d8182285d259fec1d4592a1740bea authored almost 6 years ago
See #35.
github.com/emacs-jupyter/jupyter - 744e27e945b1d2b8e526bbba40f2aedea50083d7 authored almost 6 years agogithub.com/emacs-jupyter/jupyter - 8f304e5b664d14248dd266b51e5eb769963ebf84 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 60670a6a351b2f5818fffd7005f7a8b72ea7f47b authored almost 6 years ago
Allows top level expressions like `using Plots` to work. Fixes #57.
github.com/emacs-jupyter/jupyter - 247a96fb9527271ecb9cb912e09ca74ce4918e03 authored almost 6 years agogithub.com/emacs-jupyter/jupyter - 98e4bd29d248ba72cb0dba8c59992876512d3b8c authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 4f8e5da4ba207cf7b104f559c5f06434120d32f8 authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 0cfb156a7e9d07d7f06e9d70a2f6eaa636498b0d authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 49d43b690ec6d5d4eee9ccf80e6510df51adbe5d authored almost 6 years ago
Some kernels (e.g. IPython) do not send a `:complete-reply` when the
`:complete-request` is empt...
This avoids interning a string for every method dispatch using the
jupyter-lang method specializer.
Changing `major-mode`s would kill the local `jupyter-current-client` variable
which we don't wan...
github.com/emacs-jupyter/jupyter - 6894a73d57b96ad9b45aac414b89cf9c0997954e authored almost 6 years ago
github.com/emacs-jupyter/jupyter - 9c94cee8a2ad1d61c9144ee170f1a356a7ee2490 authored almost 6 years ago
Closes #52.
github.com/emacs-jupyter/jupyter - 4d247595bbdd951c9dd982cad5532d54a267c5e8 authored almost 6 years agoSee https://github.com/dzop/emacs-jupyter/pull/45#discussion_r262015539.
github.com/emacs-jupyter/jupyter - 764bf6f717bc373f0555713daae3b943e16c267e authored almost 6 years ago