Skip to content

blackbeelabs/microslope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microslope

is opiniated micrograd

Quickstart

Clone the repo

git clone [email protected]:blackbeelabs/microslope.git

Setup the environment

pyenv virtualenv 3.11.1 environ
pyenv activate environ
cd /path/to/microslope
sh setup.sh

Set the PYTHONPATH and go to the src folder

export PYTHONPATH="/path/to/microslope/src"
cd /path/to/microslope/src

To make sure that microslope works

pytest

You can access the draw function in the notebooks

cd path/to/microslope/notebooks
jupyter notebook

About

Microslope is opiniated micrograd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published