/practice-problems

Collaborative jupyter notebooks to share practice problems

Primary LanguageJupyter Notebook

practice-problems

Collaborative jupyter notebooks to share practice problems

Virtual Environment

  • Remove the pipfile.lock
  • pipenv install # will install the following and create a pipfile.lock

[packages]
ipykernel = *
numpy = *

[requires]
python_version = "3.9"