Home

Awesome

Smartcore with Jupyter

Try latest Smartcore (v0.3) in your browser using Jupyter Notebooks.

Install

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:

Usage

Run jupyter notebook while the Conda environment is active:

(smartenv) $ jupyter notebook

Open notebooks examples in your browser.

Feel free to contribute your notebook.