Try latest Smartcore (v0.3) in your browser using Jupyter Notebooks.
Miniconda3 is needed, download latest version from here. This setup is based on evcxr.
Once Miniconda3 is installed:
$ conda create --name smartenv
$ conda activate smartenv
$ conda install -y -c conda-forge nb_conda_kernels
$ cargo install evcxr_jupyter
$ evcxr_jupyter --install
You can find tutorials at:
Run jupyter notebook
while the Conda environment is active:
(smartenv) $ jupyter notebook
Open notebooks examples in your browser.
Feel free to contribute your notebook.