Commit graph

4 commits

Author SHA1 Message Date
Nathaniel Nicandro
a0dc347ed7 Add jupyter-julia-update-prompt
* Factor out the prompt updates in `jupyter-repl-after-change` for Julia
  kernels by using `jupyter-julia-update-prompt` to make the updates.
2018-11-04 23:56:42 -06:00
Nathaniel Nicandro
f96b258329 jupyter-repl-after-change: Use jupyter-repl-cell-reset-prompt for Julia 2018-11-04 23:56:42 -06:00
Nathaniel Nicandro
795c9b2542 Add jupyter-load-file-code 2018-10-25 23:59:47 -05:00
Nathaniel Nicandro
8896e88476 Move language support definitions to their own files
* Define `jupyter-load-language-support` which takes a client and loads the
  language support definitions of the client's kernel language.

* Call `jupyter-load-language-support` when initializing a REPL buffer in
  `jupyter-repl-mode`. Note this also takes care of loading the kernel support
  for a `jupyter-org-client' since a REPL buffer is setup before evaluating any
  `org-mode` source code blocks.

* Move language specific methods to their own files named `jupyter-LANGUAGE.el`
2018-10-25 23:59:46 -05:00