86 Commits

Author SHA1 Message Date
cc-wr
8ece9be76b Fix syntax error v0.9.1 2019-06-03 09:32:49 -04:00
cc-wr
aa45f2ae16
Merge pull request #41 from WolframResearch/bugfix/no-effect-Short
Set the PageWidth of $Output
2019-06-03 08:34:57 -04:00
cc-wr
2f13b77bec Bump the PacletInfo version 2019-06-03 08:32:49 -04:00
cc-wr
9389125b6b Set the PageWidth of $Output 2019-06-03 08:28:35 -04:00
cc-wr
cd001760bf
Merge pull request #39 from WolframResearch/bugfix/fix-jsonoutofrangeunicode-error
Allow the evaluation of alpha=1 without tanking the Jupyter session
2019-06-03 08:23:11 -04:00
cc-wr
9f525ea7ad
Merge pull request #33 from WolframResearch/bugfix/no-nocatch-error
Handle Throws with no Catch
2019-06-03 08:23:02 -04:00
cc-wr
48c32ab4e1 Allow the evaluation of alpha=1 without tanking the Jupyter session 2019-05-31 14:55:37 -04:00
cc-wr
6feee971c4
Merge pull request #36 from WolframResearch/feature/improve-help-messaging
Improve help messaging
2019-05-28 16:46:47 -04:00
cc-wr
ba541dc6a9 Fix critical option misnaming in the README 2019-05-24 18:56:45 -04:00
cc-wr
b83f80cfdd
Merge pull request #30 from WolframResearch/bugfix/linux-wrong-wolframkernel-path
Use what should be the correct paths to the WolframKernel on Linux
2019-05-24 18:16:31 -04:00
cc-wr
f1e0abc778
Merge branch 'master' into bugfix/linux-wrong-wolframkernel-path 2019-05-24 18:06:52 -04:00
cc-wr
2469a5c8d8 Improve help messaging as it relates to specifying wolframscript as Wolfram Engine binaries 2019-05-23 14:56:52 -04:00
cc-wr
af15cd4bdf Remove implicit evaluation of held expressions during decomposition process 2019-05-23 14:35:38 -04:00
cc-wr
90419c16a7 Handle Throws with no Catch 2019-05-21 15:47:15 -04:00
cc-wr
e91f036f37 Merge branch 'master' of https://github.com/WolframResearch/WolframLanguageForJupyter into feature/output-suppression-and-kernel-name-changes 2019-05-21 13:59:07 -04:00
cc-wr
40a2d12db3 Fix suppression of output (e.g., correctly do not output "4" for "2+2;");
* Standardize installed kernel name with other popular Jupyter kernel naming conventions;
	* Make code more friendly to GitHub contributions;
	* Improve Mathematica REPL simulation
2019-05-21 13:54:57 -04:00
cc-wr
142fe8757d Quick typo-in-code fix 2019-05-21 13:52:39 -04:00
cc-wr
0409df8e6d Use what should be the correct paths to the WolframKernel on Linux 2019-05-21 07:29:00 -04:00
cc-wr
5f50f7a37d
Merge pull request #22 from WolframResearch/bugfix/mathematica-chars-in-jupyter
Output any Mathematica-specific characters as images
2019-05-21 06:22:56 -04:00
cc-wr
6e0db37b2e
Merge branch 'master' into bugfix/mathematica-chars-in-jupyter 2019-05-21 06:19:13 -04:00
cc-wr
c1b5eec95c
Merge pull request #21 from WolframResearch/bugfix/handle-inputform-outputform
Handle InputForm and OutputForm, allowing their results to be displayed as text
2019-05-21 06:09:23 -04:00
cc-wr
ee74ceb90b remove semicolons 2019-05-21 06:04:09 -04:00
cc-wr
df79c86022 Fix typo 2019-05-19 19:00:24 -04:00
cc-wr
a07abaa07d Output any Mathematica-specific characters as images 2019-05-19 18:16:09 -04:00
cc-wr
e94dd351bd Handle InputForm and OutputForm, allowing their results to be displayed as text 2019-05-19 17:53:56 -04:00
cc-wr
b70e8f5cdc Quick typo-in-code fix 2019-03-19 10:53:47 -04:00
cc-wr
52576fc0df
Merge pull request #9 from WolframResearch/feature/more-robust-project-directory-discovery
Make discovery of the project directory by the install script more robust
2019-03-15 05:09:20 -04:00
cc-wr
81b91b78da Make discovery of the project directory by the install script more robust; depending on the invocation, InputFileName can be an empty string 2019-03-12 18:16:13 -04:00
cc-wr
8d46a0be1d
Merge pull request #6 from WolframResearch/feature/design-improvements
General design improvements
2019-03-06 12:34:48 -05:00
cc-wr
a715b8a05a Specify character encoding in ToCharacterCode calls 2019-03-04 13:27:33 -05:00
cc-wr
297f719aca Increment PacletInfo.m version 2019-02-27 11:47:02 -05:00
cc-wr
9ed8a61389 Do not allow the registration with Jupyter of Wolfram Engine binaries where a link can not be established 2019-02-26 18:21:04 -05:00
cc-wr
a2122410e2 General design improvements: standardize script install and paclet command install; add auto-finding of REPL script in paclet command install, etc. 2019-02-26 17:22:50 -05:00
cc-wr
8f72db13cd
Merge pull request #5 from WolframResearch/bugfix/HeartbeatThread100CPU
Fix large CPU consumption on the heartbeat thread for WLForJupyter
2019-02-06 08:23:40 -05:00
cc-wr
fd034cb4ee Fix large CPU consumption on the heartbeat thread by using a different command that blocks and waits on a socket without said large CPU consumption 2019-02-05 09:55:42 -05:00
Arnoud Buzing
c44ceec218
Merge pull request #4 from WolframResearch/feature/html-multi-cell
Improve handling of multi-expression input
2019-01-29 11:15:34 -06:00
cc-wr
f8c6181ac7 Implement HTML multi-cell 2019-01-29 11:43:48 -05:00
Arnoud Buzing
cb82fa7f20
Merge pull request #3 from WolframResearch/bugfix/ImproveSequenceHandling
Stopgap improvement of the handling of Sequences in WLForJupyter
2019-01-26 21:04:35 -06:00
Chris Cooley
7c31f28420 Stopgap improvement of the handling of sequences in WLForJupyter 2019-01-26 21:37:29 -05:00
Arnoud Buzing
ff0e3b9f26
Merge pull request #2 from WolframResearch/bugfix/SocketWriteFixFor11
Adding fix for socket write for older ZeroMQLink
2019-01-25 17:26:59 -06:00
Garrett Ducharme
5be1472565 Adding fix for socket write.
A top level function from ZeroMQLink to write to sockets needs to be
referred to differently in versions before 12.0.
2019-01-25 17:01:50 -06:00
Garrett Ducharme
5dcc75ab7e Small rewording in README 2019-01-17 14:22:07 -06:00
Garrett Ducharme
bc9a27e001 Adding clarity to WolframEngine bullet point. 2019-01-17 14:18:30 -06:00
Garrett Ducharme
6727440c62 Fixing typo in readme 2019-01-17 14:08:04 -06:00
Garrett Ducharme
425c1dd76f Merge pull request #5 in SE/wolframlanguageforjupyter from feature/SupportingUpperCase to master
* commit 'd1934fd96f6f741377d033115ea8b185a9d629b3':
  Add uppercase to bottom fallthrough checks
  Adding Uppercase option to configure jupyter
2019-01-16 16:52:12 -06:00
ccooley
209fabdb5b Change WLForJupyter banner, and remove references to the setting of install details via list/association 2019-01-11 09:07:01 -05:00
Chris Cooley
d1934fd96f Add uppercase to bottom fallthrough checks 2019-01-11 08:30:46 -05:00
Garrett Ducharme
c7e887dee5 Adding Uppercase option to configure jupyter 2019-01-10 10:51:14 -06:00
Chris Cooley
0ab06b1145 Minor message improvements 2018-12-17 10:25:43 -05:00
Christopher Cooley
2509f7a9f2 Merge pull request #1 in SE/wolframlanguageforjupyter from feature/print to master
* commit '32ede3367e168b813584a93664e02e5bd6773125':
  Delete old install.wls, update changes from install.wls into configure-jupyter.wls, and update KernelForWolframLanguageForJupyter.wl
  Implement comments from PR
  Improve evaluation loop
  Initial commit for adding live prints
2018-12-11 01:35:38 -06:00