Commit graph

9 commits

Author SHA1 Message Date
UndeadKernel
321e8fe81f fix: use Bash shell and omit rm errors (#13)
Without this change, if the user does not have bash, `command` fails (as
it is a bash built-in). Explicitly set bash to be the shell.

Omit error messages of the `rm` command while cleaning.
2019-02-06 14:26:52 -06:00
Nathaniel Nicandro
84ac019e77 Update javascript packages 2018-11-16 00:27:47 -06:00
Nathaniel Nicandro
47baf33a16 Add Makefile 2018-11-16 00:27:47 -06:00
Nathaniel Nicandro
0f2818b039 Ensure javascript builds without errors 2018-11-01 01:56:58 -05:00
Nathaniel Nicandro
f0a45c7889 Fix package.json
* Simplify clean step

* Use GPL license
2018-11-01 01:56:58 -05:00
Nathaniel Nicandro
2552b4ff99 Add notes on how EmacsJupyter works 2018-08-30 18:12:18 -05:00
Nathaniel Nicandro
e7f1f8307a Refactor for readability
- Be more obvious in `jupyter-repl-ret`

- Prefer shorter lines in `js/emacs-jupyter.js`

- Add `jupyter-repl-language`

- Refactor `jupyter-handle-error` for `jupyter-repl-client's

  - Include margin width when fixing traceback spacing for python kernels

  - Extract out special handling of python kernels in `jupyter-handle-error`
2018-05-30 12:49:28 -05:00
Nathaniel Nicandro
9429438370 Use a websocket for communicating with the browser displaying widgets 2018-05-28 01:25:33 -05:00
Nathaniel Nicandro
50088df2e0 Add widget support 2018-05-28 01:25:09 -05:00