https://github.com/smartcorelib/smartcore-jupyter
Experiment with Smartcore using Jupyter Notebooks
https://github.com/smartcorelib/smartcore-jupyter
Last synced: 10 months ago
JSON representation
Experiment with Smartcore using Jupyter Notebooks
- Host: GitHub
- URL: https://github.com/smartcorelib/smartcore-jupyter
- Owner: smartcorelib
- License: apache-2.0
- Created: 2022-10-18T10:51:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T19:15:52.000Z (about 1 year ago)
- Last Synced: 2025-02-03T19:25:47.128Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 259 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smartcore with Jupyter
Try latest [Smartcore](https://smartcorelib.org) (development branch) in your browser using Jupyter Notebooks.
## Install
Miniconda3 is needed, download latest version from [here](https://docs.conda.io/en/latest/miniconda.html). This setup is based on [evcxr](https://github.com/google/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:
* [link](https://depth-first.com/articles/2020/09/21/interactive-rust-in-a-repl-and-jupyter-notebook-with-evcxr/)
* [link](https://datacrayon.com/posts/programming/rust-notebooks/setup-anaconda-jupyter-and-rust/)
## 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.