Skip to content

smartcorelib/smartcore-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Experiment with Smartcore using Jupyter Notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published