Skip to content

Commit

Permalink
Jupyter notebook
Browse files Browse the repository at this point in the history
- Add: imports.py
- Update: Refactored a lot of code from notebook into imports.py
- Update: For each operation, deleted all cells except for 1 example.
- Update: Added markdown explanations to jupyter notebook
- Delete: start-jupyter.sh: In favor of running it per new instructions in README.md / GitHub home page.

Misc
- Docs: Updated readme.md w/ setup steps
- .gitignore: Updated
- requirements-unlocked.txt: Variation of requirements that are not versioned and don't include transitive dependencies.
  • Loading branch information
joeflack4 committed Oct 5, 2022
1 parent e4deb22 commit 87a0181
Show file tree
Hide file tree
Showing 6 changed files with 275 additions and 561 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,9 @@ dmypy.json

# Pyre type checker
.pyre/

# IDEs
.idea/

# Custom
cache/
Loading

0 comments on commit 87a0181

Please sign in to comment.