Status and Installation
Status
Installation
Use interactively with Jupyter Notebook
Don't have time to setup a Gradle/Maven project? No worries, roll up a Kotlin's Jupyter Kernel, and use it as a REPL (it even has kotlin-autocompletion).
If you don't already have jupyter or kotlin-kernel, click here
Get the quickstart notebook for quickly start using the library without any hassles.
| curl https://raw.githubusercontent.com/Animeshz/keyboard-mouse-kt/master/docs/getting_started.ipynb -o getting_started.ipynb
|
Note: If you are in windows assuming you're using powershell
Start the jupyter lab with:
A browser will open with current directory, open the getting_started.ipynb
and start playing with it.
If you're new to jupyer, click here
use Ctrl + Enter
to run a cell, Esc
to get in command mode, X
to cut a cell, Z
to undo, B
to create a new cell below, and so on. Refer to jupyter docs for more info.
A simple demo gif: