77 Commits

Author SHA1 Message Date
SpencerPark
ed1c8fe1df Fix resolution from maven local. 2019-04-13 14:58:13 -04:00
SpencerPark
b5945808c6 Support specifying repos in the maven magic as well as verbosity level. 2018-12-21 13:11:42 -05:00
SpencerPark
3171f924d0 Add common repositories and support specifying repos in a POM. 2018-12-02 00:22:54 -05:00
SpencerPark
ef44f8f900 Let ivy build the dummy container module. 2018-11-28 15:07:23 -05:00
SpencerPark
4d1ee69e39 Switch to ivy for dependency management magics. 2018-11-27 12:12:42 -05:00
SpencerPark
98386ad554 Update install/configuration instructions based on the new installer plugin. 2018-11-25 23:06:16 -05:00
SpencerPark
853e101934 Bump version to 1.2.0 release v1.2.0 2018-11-01 13:39:33 -04:00
SpencerPark
47eaf7b2db Magics only transformed if before an assignment or on it's own line. See #31 2018-10-04 12:08:05 -04:00
SpencerPark
ee389feb5a Depend on the new base kernel release 2018-10-03 15:08:29 -04:00
SpencerPark
2f166ae7fb Clarify how to check that the required system modules are available. See #34 2018-10-03 15:03:09 -04:00
SpencerPark
2cb4fbbf51 Support updating displays 2018-10-02 12:04:26 -04:00
SpencerPark
e4063112fe List unresolved dependencies on SPIResolutionException. Fixes #29 2018-10-01 12:00:26 -04:00
SpencerPark
b565c8806c Don't highlight diagnostics without an associated position. Fixes #37 2018-10-01 10:34:48 -04:00
SpencerPark
992ed21fe5 Simple isComplete support for terminal frontends including a naive auto indenter. Closes #35 2018-10-01 00:32:20 -04:00
SpencerPark
2ad58cadc9 Don't kill the executor on timeout. Fixes #36 2018-09-30 22:56:13 -04:00
SpencerPark
99d916fa58 Support interrupting the kernel. See #33 2018-09-30 22:53:43 -04:00
SpencerPark
d29537d3d3 Update installer plugin version to 2.0.0 2018-09-27 14:21:48 -04:00
SpencerPark
9de170663f Remove defaults from configuration options as talked about in #23. v1.1.2 2018-09-05 16:19:03 -04:00
SpencerPark
9187e781cb Add slf4j impl (see #22) and depend on the base kernel release version 2018-09-05 16:05:25 -04:00
SpencerPark
110400f687 Skip blank paths in globbing configurables as they match root. Fixes #23 2018-08-23 11:41:35 -04:00
SpencerPark
32974b3f39 Only clear result of executable snippets. Fixes #24. 2018-08-21 13:05:45 -04:00
SpencerPark
807592e25f Release 1.1.1 v1.1.1 2018-07-30 16:25:17 -04:00
SpencerPark
59def137a5 Use the base kernel version that fixes #21 2018-07-30 13:58:27 -04:00
SpencerPark
3ca051131f Include dependency report in the zip as well as the new kernel configuration parameters 2018-07-29 19:27:10 -04:00
SpencerPark
f8a6454d14 Add a customizable renderer for the license report 2018-07-29 15:54:32 -04:00
SpencerPark
7dab8ee2e0 Switch build script to kotlin 2018-07-28 15:09:53 -04:00
SpencerPark
051993d7d6 Clean up README a bit 2018-07-05 18:30:42 -04:00
SpencerPark
8ffa292c9e Add license header to files missing it 2018-07-05 18:16:38 -04:00
SpencerPark
8aaf26b8cc Added license report generation plugin 2018-07-05 18:15:08 -04:00
SpencerPark
1ccfb3547a Bump gradle wrapper to 4.8.1. See #18 2018-06-30 17:05:29 -04:00
SpencerPark
de5e6a7084 Update example notebooks and add a jupyterlab link 2018-06-29 22:58:34 -04:00
SpencerPark
3c9be900d8 Support eval v1.1.0 2018-06-29 20:29:07 -04:00
SpencerPark
7f5aa9ab85 Fix doc links and docs code highlighting to be more appropriate 2018-06-17 03:06:46 -04:00
SpencerPark
de051af863 Update project images and add acknowledgement for shrinkwrap 2018-06-17 02:58:25 -04:00
SpencerPark
6a26288275 Document provided magics 2018-06-17 02:29:37 -04:00
SpencerPark
05dca005f9 Add jars magic to add to the classpath from the notebook 2018-06-17 01:04:49 -04:00
SpencerPark
aee027bdc5 Return value from magic evaluation 2018-06-17 00:20:51 -04:00
SpencerPark
f1cf0c6880 Add maven resolver magics 2018-06-17 00:11:39 -04:00
SpencerPark
72364893a4 Add a maven resolver for looking up dependencies at runtime 2018-06-16 20:39:39 -04:00
SpencerPark
152bf002e1 Support globbing (subset) in classpath and startup script options.
See #17.
2018-06-09 23:14:00 -04:00
SpencerPark
3b950e7eb5 Merge branch 'master' of https://github.com/SpencerPark/IJava 2018-06-09 21:45:43 -04:00
SpencerPark
3f3182761d Merge branch 'mime-rendering' 2018-06-09 21:44:18 -04:00
SpencerPark
d207f34cc9 Add some docs about display functionality. 2018-06-09 21:40:11 -04:00
Spencer Park
0d24ba47a7
Merge pull request #16 from SpencerPark/same-jvm
Evaluation on the same JVM
2018-06-09 20:47:04 -04:00
SpencerPark
a19e1dec7a Expose a plain render function and use DisplayData if returned by eval 2018-06-09 20:40:46 -04:00
SpencerPark
347e3cf492 MIME rendering! 2018-05-27 20:46:24 -04:00
SpencerPark
4cc3e6fa9b Reference execution results by key and quick bug fix with duplicate cell evaluations. 2018-05-27 18:51:24 -04:00
SpencerPark
eb3d7245ca Update install instructions. Fixes #15. 2018-05-14 14:39:08 -04:00
SpencerPark
b143567410 Update options configuration documentation with new timeout and VM specification. 2018-05-14 12:57:32 -04:00
SpencerPark
cfd76f73e5 Only display result if not null 2018-05-14 11:55:25 -04:00