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
This avoids a beginning-of-buffer error during initialization of the REPL.
github.com/emacs-jupyter/jupyter - bcfdf170b5924f541a71ca2ed2248d4af9918eb3 authored about 6 years agogithub.com/emacs-jupyter/jupyter - f4e27688864972c4ce31354af559ee53070c9de5 authored about 6 years ago
In Emacs, the end position of a region is exclusive. So functions like
`delete-region` will dele...
github.com/emacs-jupyter/jupyter - bc7f9b4fb51b03d939dcfc64c786c374a33952b6 authored about 6 years ago
github.com/emacs-jupyter/jupyter - 6f67c0a3d5ce8c27335cb16b3fa02218a0e42fce authored about 6 years ago
github.com/emacs-jupyter/jupyter - 2e12acd8e36b63288b6313de69526e99829c273e authored about 6 years ago
Closes #3
github.com/emacs-jupyter/jupyter - 7e42bdd80e1ff97b934d817fbaba6c0166b95b47 authored about 6 years agogithub.com/emacs-jupyter/jupyter - c5ebd7bcbdd1e6101fca9feb3fee6107ecd97aae authored about 6 years ago
github.com/emacs-jupyter/jupyter - 7c01766da34aed36fcd4dca67476692216ce8c84 authored about 6 years ago
github.com/emacs-jupyter/jupyter - b4d29e89500c7c6eceb1497d01b8654c996f3786 authored about 6 years ago
github.com/emacs-jupyter/jupyter - 7b7ddea90f91df84c7d6765956441d3edd7ba49b authored about 6 years ago
The `execution-state` slot is now a `jupyter-kernel-client` slot and is updated
by that class.
github.com/emacs-jupyter/jupyter - da1340ac2dc4eaa5b6387b52509a81cc77c3236c authored about 6 years ago
github.com/emacs-jupyter/jupyter - ad3ba3bdf58174594ee171859036730d0f9834e6 authored about 6 years ago
github.com/emacs-jupyter/jupyter - 460b94f17fd4e9a005e0fb0dcf401b04eb4287ff authored about 6 years ago
Results are not added using `jupyter-org--add-result` anymore for sync results.
They are added b...
github.com/emacs-jupyter/jupyter - ffd680fa954c2d9d40ce40ece3995b266d9e2799 authored about 6 years ago
Better support for completions in the Jupyter org-mode source blocks
A line context is often in...
github.com/emacs-jupyter/jupyter - 689d18ce54833a01a3e89d46a20d72a021123e72 authored about 6 years agogithub.com/emacs-jupyter/jupyter - 8fdde6c7569232d2f0e8660a66ae63e1f4b063b3 authored about 6 years ago
github.com/emacs-jupyter/jupyter - 3cd9078c0c5e14950cd98579dfc46c6d0c2a34be authored about 6 years ago
github.com/emacs-jupyter/jupyter - 706a0ba6bc242434b7d8f211c800993a29646f3b authored about 6 years ago
github.com/emacs-jupyter/jupyter - 747e82fc22618a59c21e3e1d01fa49e00fc40ff6 authored about 6 years ago
As per the `called-interactively-p` documentation.
github.com/emacs-jupyter/jupyter - 7f5c8d8a4bbfc27e2e79ad4ba7015292874d615b authored about 6 years agoThis allows for the distinction between raw org syntax and stream results.
github.com/emacs-jupyter/jupyter - 2dcb16ef726f1b99fa795b463dfd47c9165e59c7 authored about 6 years agogithub.com/emacs-jupyter/jupyter - 13ee746ee93faf9cd1689a791229661bed102a8c authored about 6 years ago
This ensures that org-element objects are always returned by the functions like
`jupyter-org-fil...
github.com/emacs-jupyter/jupyter - fc7004dd166b8f0f5d967ccbbe917a736d8ee068 authored about 6 years ago
github.com/emacs-jupyter/jupyter - ec9713c0aac9983b6c69f223cb8ac3dbccf088b8 authored about 6 years ago
github.com/emacs-jupyter/jupyter - 15cd6b9f2ddce7f8fe848f7462ce40c74f71375c authored about 6 years ago
Also simplify its definition.
github.com/emacs-jupyter/jupyter - ad738b5803358a12174dc7d3360bca7a0eb73f3f authored about 6 years ago
Change the behavior of `jupyter-org-sync-results` to return the org formatted
result string and ...
github.com/emacs-jupyter/jupyter - 3d3dc6420d72717891cdc18b3aaac1a05d9935f1 authored about 6 years ago
jupyter-base.el already requires subr-x
github.com/emacs-jupyter/jupyter - e25cec237fa4677ba7558d4e02ab124e0d2b9ab3 authored about 6 years ago
Previously stream results would be placed directly inside the RESULTS drawer.
The issue with thi...
github.com/emacs-jupyter/jupyter - c218c976e36d1fac027f8658f615458f4c5ed2aa authored about 6 years ago
This may still not be the best place to put buffer modifications, but it
"spreads out the logic"...
github.com/emacs-jupyter/jupyter - df54627f68d3542403f1c76c5bc1cdbfc0b3b087 authored about 6 years ago
github.com/emacs-jupyter/jupyter - 0c0547dd95c99df9a083fa13243e0e79f5f6331e authored about 6 years ago
github.com/emacs-jupyter/jupyter - d269f000368a64a3e4ec9c301c335272ab192c1d authored about 6 years ago
github.com/emacs-jupyter/jupyter - 0416923c500d751a70f03ded19453159ab862cf7 authored about 6 years ago
github.com/emacs-jupyter/jupyter - 4683785553f6b43ea0d11a8da3395ce543ed779b authored about 6 years ago
github.com/emacs-jupyter/jupyter - 669f1716aa7b8f38b900c3dedf40082e8af3358d authored about 6 years ago
github.com/emacs-jupyter/jupyter - c9a56512450b470259df29f710d6d38f57650ae5 authored about 6 years ago
Also update the default code context for completion requests to be the current
line up to `point...
It seems `org-element-latex-fragment-parser` expects that a latex fragment can
really be parsed ...
A property of the tracking symbol was being checked instead of the symbol's
value.
github.com/emacs-jupyter/jupyter - 512dcafc46cf2d18787a251f573c1d863e2766af authored about 6 years ago
github.com/emacs-jupyter/jupyter - 46e0c249306823052c182cd825aed819f275c244 authored about 6 years ago
The Type: field will always be present in an inspect request.
github.com/emacs-jupyter/jupyter - c580543cc7d5fa4161f83f92abedb1056e4bd0f2 authored about 6 years agogithub.com/emacs-jupyter/jupyter - 2a7b22100988f9d830e1b9a295b7629155a9175c authored about 6 years ago
This method is to support jumping to the line where an error occurred in a code
block directly f...
github.com/emacs-jupyter/jupyter - 916b2cf91248f71d3088d7a6e513902ad872ef73 authored about 6 years ago
github.com/emacs-jupyter/jupyter - 383f897023b8035db02c853037bafe8e13f7e33c authored about 6 years ago
This is to be consistent with other results that are wrapped in a block such as
latex results.
Cache the current source block's information so that there is no need to
constantly retrieve it ...
github.com/emacs-jupyter/jupyter - a38df0b29f57a49a9387594559b6844d6a8d08f5 authored about 6 years ago
There was an ugly hack that destructively modified the source block parameters
supplied to the o...
github.com/emacs-jupyter/jupyter - acaafd46be13aa54e5427e211c1a7b5be79c42b9 authored about 6 years ago
Previously, when propertizing the output of the REPL, a regular expression was
generated every t...
An output buffer implies output from the kernel, but they are used for more
general purposes oth...
github.com/emacs-jupyter/jupyter - 99a50c7b806b1b60b71645510a2d601619915999 authored about 6 years ago
github.com/emacs-jupyter/jupyter - faa28913dc37d7bd0dc69b1bf5bfb62b02179fb0 authored about 6 years ago
github.com/emacs-jupyter/jupyter - 2d85d1a17aab74416234d7c633a8dcc79586439a authored about 6 years ago
Always add \ to the prefix when completing latex.
github.com/emacs-jupyter/jupyter - 9d01315b56c79746cf64cfbb11f348fdbcd09aeb authored about 6 years agogithub.com/emacs-jupyter/jupyter - f735bed7e660529da6612e730325eade18df77b7 authored about 6 years ago
This abstracts out some of the work done by `jupyter-org--append-result`
github.com/emacs-jupyter/jupyter - e378103db17dc936a4f8a2e12b96c9e760610a64 authored about 6 years agogithub.com/emacs-jupyter/jupyter - 76725efcfd08d1924b8223d2b8bec460712aeb7e authored about 6 years ago
github.com/emacs-jupyter/jupyter - ed24a1cb54b9297a1bcfdbba817767ab293dfbb8 authored about 6 years ago
github.com/emacs-jupyter/jupyter - ee00769959f99c91bfbd19338c1b65bf7ffbc169 authored about 6 years ago
The work done by the status handler is now done by the execute reply handler.
github.com/emacs-jupyter/jupyter - 5555faa785d229c54697f7df8f1d8b680929ffce authored about 6 years ago
Don't set `buffer-undo-list` to a boundary entry, set it to an entry which
indicates on undo inf...
github.com/emacs-jupyter/jupyter - 3752fff1160c5ccfe4ada4addb179e96566de4bf authored about 6 years ago
Ensure that `help-setup-xref` doesn't keep the client around longer than
expected.
This is to avoid name clashing with another popular package that uses the same
prefix.
Also move the function to jupyter-client.el from jupyter-repl.el
* jupyter-repl.el (jupyter-rep...
github.com/emacs-jupyter/jupyter - fca89359fd909ab0b5afed2760e7852507d3d3b9 authored about 6 years agogithub.com/emacs-jupyter/jupyter - 99c0bf0f5520c2be48035d5f6a9fee68bdd6f0df authored about 6 years ago
`jupyter-iopub-message-hook` is called in a channel's `jupyter-handle-message`
method, but setti...
These functions are general and not only useful for REPLs.
github.com/emacs-jupyter/jupyter - 6a1da449048829e488ac1e5c8683ea8a67277f07 authored about 6 years agogithub.com/emacs-jupyter/jupyter - 2f7268c8dc6850c71347d83f234dbf3e40ace443 authored about 6 years ago
If the `text/html` results returned from the kernel contain an XML prolog then
use `libxml-parse...
* jupyter-repl.el (jupyter-repl-cell-output): Do it.
github.com/emacs-jupyter/jupyter - c859d34faf5c28a15d87f3df2b328784d1b0f578 authored about 6 years ago
There is an issue where SVG images containing script tags would cause the SVG
render to error.
github.com/emacs-jupyter/jupyter - 9f52459325781affc4e6fa5aff281ddf49930134 authored about 6 years ago
`special-mode' already provides they keybindings.
github.com/emacs-jupyter/jupyter - 1b8032f5ef518f7851f08f48f37ff3c5e9507f42 authored about 6 years ago
* jupyter-kernel-manager.el (jupyter--error-if-no-kernel-info): New function.
(jupyter-start-new...
`jupyter-kernel-manager--cleanup` is intended to replace what was removed.
github.com/emacs-jupyter/jupyter - 4842ac21980d0f01bb9976c7c5c7b0ede3915ffb authored about 6 years agogithub.com/emacs-jupyter/jupyter - df44d53528e9a69b9780baaba31c9798b87c92db authored about 6 years ago
This used to be done by `jupyter-repl-insert`, but this is no longer the case
as all insertion o...
github.com/emacs-jupyter/jupyter - 82cea4c0d170ca6a195f9f133a43f0f2091004ee authored about 6 years ago
github.com/emacs-jupyter/jupyter - 890453b716e301f8a94496801b321e3f6f9675b7 authored about 6 years ago
github.com/emacs-jupyter/jupyter - b67262f0f5f77d17d9084dbfededb693f3d892a6 authored about 6 years ago
github.com/emacs-jupyter/jupyter - e04a81a3ad539b48ad96df3980f8af62288450d8 authored about 6 years ago
github.com/emacs-jupyter/jupyter - b39f9020c5d8b629d773b18bcc6ac9506b6e3c47 authored about 6 years ago
* jupyter-repl.el (jupyter-repl-do-after-change): Do it.
(jupyter-repl-after-change): Remove che...
github.com/emacs-jupyter/jupyter - 5ef71de62b060a051076dbb4ee76ebf69aa03cdc authored about 6 years ago
github.com/emacs-jupyter/jupyter - f0849c855a26b376a25284a787c88af7e23725cd authored about 6 years ago
github.com/emacs-jupyter/jupyter - 5e09b4d78f055288b4d7a4daf96bb13328204119 authored about 6 years ago
github.com/emacs-jupyter/jupyter - fbeb0dba0be674f7a1eadddc67d7718e1e64d990 authored about 6 years ago
This was deprecated in Emacs 26.1
github.com/emacs-jupyter/jupyter - 50ac28910a2827c13519bdd21010f506237cb9a0 authored about 6 years ago* jupyter-messages.el (jupyter--encode-time): Do it.
* test/jupyter-test.el (jupyter-messages):...
github.com/emacs-jupyter/jupyter - ca44a3922dd252a89a63fd7ef2661e64ace4973c authored about 6 years ago