Try latest Smartcore (development branch) 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
(smartenv) $ conda install -y -c conda-forge nb_conda_kernels
(smartenv) $ cargo install --version 0.18.0 evcxr_jupyter --force
(smartenv) $ 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.