WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.03k stars 124 forks source link

Short does not work #31

Closed szhorvat closed 5 years ago

szhorvat commented 5 years ago

Short has no effect. Using jupyter notebook this time, internal build from https://github.com/WolframResearch/WolframLanguageForJupyter/releases/tag/internal-one

image

cc-wr commented 5 years ago

internal build from https://github.com/WolframResearch/WolframLanguageForJupyter/releases/tag/internal-one

Note: This is now just master.

Ludwiggle commented 5 years ago

I don't understand why this project is so buggy while you have something like https://github.com/mmatera/iwolfram that works really well. Just fork it.

cc-wr commented 5 years ago

@Ludwiggle, having alternatives never hurt anyone.

Ludwiggle commented 5 years ago

Sure! :) But let me elaborate my doubts. I also created an jupyter kernel for the Wolfram language which works just fine for my needs. My version is a modified bash_kernel which pipes wl expression in fifo's, extremely simple. It is even slimmer than the original bash_kernel, which is already pretty minimal. IWolfram is a bit more complex cause it relies on IPython, but still, it's way more concise than WolframLanguageForJupyter. So, my doubt is that maybe this project is buggy cause it is overly complex without providing any superior functionalities compare to its rivals. I hope you will prove me wrong.

Thanks

cc-wr commented 5 years ago

@Ludwiggle, I also hope that this project eventually meets your requirements.

cc-wr commented 5 years ago

Short uses the PageWidth setting of $Output, so it should be simple enough to fix this issue by setting that PageWidth to a smaller value.

cc-wr commented 5 years ago

This should be resolved.