Commit Graph

247 Commits (main)
 

Author SHA1 Message Date
Josh Karpel 187a0ddd0e
disable pip dependabot (#50) 3 years ago
dependabot[bot] 7ba7c184de
Bump sphinx from 3.5.4 to 4.0.2 (#44)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.4 to 4.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.4...v4.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] 22d462f527
Bump nbterm from 0.0.7 to 0.0.10 (#43)
Bumps [nbterm](https://github.com/davidbrochart/nbterm) from 0.0.7 to 0.0.10.
- [Release notes](https://github.com/davidbrochart/nbterm/releases)
- [Commits](https://github.com/davidbrochart/nbterm/compare/0.0.7...0.0.10)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] 2b5f77c994
Bump hypothesis from 6.13.3 to 6.13.5 (#42)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.13.3 to 6.13.5.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.13.3...hypothesis-python-6.13.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Josh Karpel f70d831ddc
use Style.from_color (#41) 3 years ago
dependabot[bot] 352ebf867b
Bump snok/install-poetry from 1.1.4 to 1.1.6 (#40)
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.1.4 to 1.1.6.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](https://github.com/snok/install-poetry/compare/v1.1.4...v1.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Josh Karpel 74f01716cb
Optimizations for `Image` and `Plot` (#37) 3 years ago
Josh Karpel bb1913109e
Improve `get_function_body` (#38) 3 years ago
pre-commit-ci[bot] 36884712f6
[pre-commit.ci] pre-commit autoupdate (#36)
updates:
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
Josh Karpel 4c243d13fd
add init command (#35) 3 years ago
Josh Karpel 8d17f11ccb
Load `Options` from deck file (#34) 3 years ago
Josh Karpel bbf4545e6e
Add a `Plot` widget (#33) 3 years ago
Josh Karpel 30d0ea2ff3
revert changes to get_function_body from #22 (#30) 3 years ago
Josh Karpel b37497490d
Add nbterm support and options (#22) 3 years ago
dependabot[bot] 862f523397
Bump codecov/codecov-action from 1 to 1.5.0 (#27)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 1.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] 68583983e6
Bump actions/setup-python from 2 to 2.2.2 (#26)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] cb856e7929
Bump actions/checkout from 2 to 2.3.4 (#28)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] 4b8469bdc1
Bump actions/cache from 2 to 2.1.5 (#29)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v2.1.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] 254a2beb5b
Bump docker/login-action from 1 to 1.9.0 (#25)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
pre-commit-ci[bot] 154be36827
[pre-commit.ci] pre-commit autoupdate (#24)
updates:
- [github.com/psf/black: 21.4b2 → 21.5b1](https://github.com/psf/black/compare/21.4b2...21.5b1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
pre-commit-ci[bot] c388cbd678
[pre-commit.ci] pre-commit autoupdate (#23)
updates:
- [github.com/psf/black: 21.4b0 → 21.4b2](https://github.com/psf/black/compare/21.4b0...21.4b2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] b0b2f37062
Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#21)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.2.0 to v1.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.2.0...0d135e0c2fc0dba0729c1a47ecfcf5a3c7f8579e)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
pre-commit-ci[bot] 97f2bf3811
[pre-commit.ci] pre-commit autoupdate (#20)
updates:
- [github.com/psf/black: 20.8b1 → 21.4b0](https://github.com/psf/black/compare/20.8b1...21.4b0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.9 → v1.1.10](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.9...v1.1.10)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] ea10c84a64
Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 (#19)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.2 to v1.2.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.1.2...012185ccbeb554a7f5f987bea0f1a73519b3cdf5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] f600b933c0
Bump snok/install-poetry from v1.1.3 to v1.1.4 (#18)
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from v1.1.3 to v1.1.4.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](https://github.com/snok/install-poetry/compare/v1.1.3...fe3362f94a7d193ecae442ec43e79680358051ce)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Josh Karpel cfbcb669e5
Container image improvements (#17) 3 years ago
dependabot[bot] 900a71dd03
Bump snok/install-poetry from v1.1.2 to v1.1.3 (#16)
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from v1.1.2 to v1.1.3.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](https://github.com/snok/install-poetry/compare/v1.1.2...45b70ba92c523144baf53cdc461c0478792afc2f)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
JoshKarpel 4a91455ba9 need to add ghcr.io to tag 3 years ago
JoshKarpel 041ae31c96 clean up repo name set 3 years ago
JoshKarpel 9c1dc71a10 repo name needs to be lowercase 3 years ago
JoshKarpel 4bb153a1c9 fix ghcr push 3 years ago
Josh Karpel 4438be471f
make a Docker image and publish to GHCR (#15) 3 years ago
Josh Karpel bcffbebe45
Examples and live coding (#14) 3 years ago
Josh Karpel a757648d38
Add docs (#13) 3 years ago
Josh Karpel 2b442b7135
Add infrastructure for publishing to PyPI (#12) 3 years ago
Josh Karpel 6bd7c5706a
write some noodly tests (#11) 3 years ago
Josh Karpel 09ec4ae422
Add Trigger mechanism (#10) 3 years ago
Josh Karpel c2756b80dd
Add help mode (#9) 3 years ago
Josh Karpel 5dc2961539
Jump to slide (#8) 3 years ago
Josh Karpel 1089502331
Bundle demo (#7) 3 years ago
Josh Karpel 62f593f868
Add Images (#6) 3 years ago
Josh Karpel 749ea528e9
Improve coverage (#5) 3 years ago
Josh Karpel e9df199431
More improvements to demo deck (#4) 3 years ago
Josh Karpel 3b6cb78cfe
Expand demo deck (#3)
* upgrade demo deck, and make some incidental improvements along the way

* bump rich version
3 years ago
Josh Karpel 52de31de1c
Add Decks (#2) 3 years ago
Josh Karpel 172eb33c19
Set up infrastructure (#1) 3 years ago
Josh Karpel 42cb7bda4d
Initial commit 3 years ago