mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
![]() * jupyter-rest-api.el: Ensure strings are encoded before making HTTP request. (jupyter-api-http-request): Encode JSON as utf-8. (jupyter-api-xsrf-header-from-cookies): Ensure header isn't multibyte. (jupyter-api-authenticate): For the token method, ensure token isn't multibyte. (jupyter-api-copy-file): Encode string before encoding to base64 for binary content. (jupyter-api-read-file-content): Decode content as utf-8 when necessary. * jupyter-tramp.el (jupyter-tramp-write-region): Ensure only `utf-8` or `binary` coding systems are used since Jupyter only supports those. * test/jupyter-tramp-test.el: Update for above changes. |
||
---|---|---|
.. | ||
jupyter-server-test.el | ||
jupyter-test.el | ||
jupyter-tramp-test.el | ||
test-helper.el |