Skip to content

A repository to store my personal math jupyter notebooks.

Notifications You must be signed in to change notification settings

PabloVasconez/math-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

math-notebooks

A repo to store my personal math-notebooks.

Environment

Example using virtualenv and pip to install the dependencies from the requirements.txt in a new environment .env on Linux:

python -m venv .env
source .env/bin/activate
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
python -m ipykernel install --user --name=math-notebooks

The notebooks are developed using python version 3.11.

About

A repository to store my personal math jupyter notebooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published