Project to experiemnt nbdev and learn Linear Algebra
This is README and also the index of your documentation.
Following steps are Pre-requesits:
- Create Project specific Environment,
conda env crete linalgebra - Activate the environment using
conda activate linalgebra - Install [fastai nbdev] (https://www.fast.ai/2019/12/02/nbdev/ "fastai") -
conda install -c fastai nbdev - Create new project / module template
nbdev_new - install nb dev it hooks
nbdev_install_git_hooks
When budling docs using nbdev_build_docs I encountered error "No such ernel named python3", to avoid this install conda_kernels conda install nb_conda)kernels credit: (https://stackoverflow.com/questions/38257138/jupyter-no-such-kernel-named-python3)
conda install nb_conda_kernels
say_hello("Sanjeev!")'Hello Sanjeev!!'