Pluto v0.12.12
Closed issues:
- Code Cell line height (#545)
- Can't ArrowDown on the last line if it wrapped (#653)
- Anonymous function using
function(x)
unrecognised (#654) - no method matching process_ws_message (#656)
- Live docs tokenizing issues (#694)
- Cannot see content of nested namedtuple vectors (#697)
- Run Pluto on jost but work on Local over SSH (#698)
- Modules defined at separate cells got evaluated into different workspaces (#702)
- Confusion Between Latex and Variable (#704)
- Option to increase cell width to display tables (#715)
- Tuple of dataframes is not printed (#718)
- Add features to navigate big notebooks (#721)
Merged pull requests:
- fix anonymous function canonalization, fixes #654 (#709) (@Pangoraw)
- Getting started sample notebook: Properly escaped quotes (#714) (@BioTurboNick)