Welcome to Bodo Tutorials!
First make sure you have Bodo installed by following the commands below.
Bodo can be installed using Conda. To view tutorials with Jupyter Notebook, install jupyter
and ipyparallel
in the same enviroment where Bodo is installed.
conda create -n Bodo python=3.9 -c conda-forge
conda activate Bodo
conda install bodo ipyparallel=8.1 jupyterlab=3 -c bodo.ai -c conda-forge
Clone or fork this repository. Go to the folder you want to clone, then clone it.
cd <path-to-your-sandbox> # e.g., cd ~/mysandbox or cd username\sandbox\
git clone [email protected]:Bodo-inc/Bodo-tutorial.git
Now go to Bodo-tutorial
folder and start the Jupyter Notebook:
cd <path-to-Bodo-tutorial-folder> # e.g., cd ~/mysandbox/Bodo-tutorial
jupyter notebook
Start with bodo_getting_started.ipynb
and then move on to bodo_tutorial.ipynb
.
More documentation can be found at http://docs.bodo.ai.
More Jupyter Notebook setup instructions for Bodo can be found here.