AntonAntonov/RakuMode

(1.0.0) current version: 1.0.3 »

Notebook style with cells for external execution of Raku commands

Contributed by: Anton Antonov

Notebook style with cells for external execution of Raku commands

Installation Instructions

To install this paclet in your Wolfram Language environment, evaluate this code:
PacletInstall["AntonAntonov/RakuMode"]

Details

It assumed that the user of this paclet has successfully installed Raku and the Raku module "Text::CodeProcessing".
One type of cells is provided for external execution of Raku commands.
The function RakuMode can be used to enable and disable the notebook style.
The shortcut "Shift-|" can be used to create an OpeanAI text completion cell.
Using "Tab" the beginning of the text completion cell will convert the cell into an OpenAI image generation cell.
The text completion cell has faint green background; the image generation cell has faint purple background.

Examples

Basic Examples (1) 

Enable the current notebook to have Raku external execution cells:

In[1]:=
RakuMode[]

Another RakuMode[] invocation converts the notebook into the default notebook style. More explicitly the styling can be specified with RakuMode[True] or RakuMode[False].

RakuMode can also take notebook objects as arguments.

Scope (2) 

Here we get the notebook style provided by this paclet:


Here is a screenshot of a notebook with the notebook style RakuMode applied:

Publisher

Anton Antonov

Compatibility

Wolfram Language Version 13.2

Version History

  • 1.0.3 – 11 October 2023
  • 1.0.2 – 04 July 2023
  • 1.0.1 – 10 April 2023
  • 1.0.0 – 09 April 2023

License Information

MIT License

Paclet Source

Source Metadata

See Also